Skip to content

Commit

Permalink
Fix test query results even for quick test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 16, 2024
1 parent 73507c3 commit a80b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/insert_to_external.slt
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ select count(distinct e) from test_column_defaults

# Expect all rows to be true as now() was inserted into the table
query B rowsort
select e < now() from test_column_defaults
select e <= now() from test_column_defaults
----
true
true
Expand Down

0 comments on commit a80b61a

Please sign in to comment.