Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update datafusion/src/logical_plan/expr.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
tobyhede and alamb authored Dec 15, 2021
commit a7dc3bfbbdb07c24ed86f51e0e19e130796381ca
2 changes: 1 addition & 1 deletion datafusion/src/logical_plan/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ mod tests {
assert_eq!(name, fun);
assert_eq!(expected.len(), args.len());
} else {
assert!(false, "unexpected");
assert!(false, "unexpected: {:?}", result);
}
};
}
Expand Down