Skip to content

Commit

Permalink
Update datafusion/core/tests/simplification.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
Omega359 and alamb authored Feb 28, 2024
1 parent 54d5ee6 commit 00fa3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/tests/simplification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ fn fold_and_simplify() {
}

#[test]
/// Ensure that timestamp expressions are folded so they aren't invoked on each row
fn to_timestamp_expr_folded() -> Result<()> {
let table_scan = test_table_scan();
let proj = vec![to_timestamp_expr("2020-09-08T12:00:00+00:00")];
Expand Down

0 comments on commit 00fa3cb

Please sign in to comment.