Skip to content

Commit 82ee464

Browse files
committed
Fix slt test
1 parent 1800962 commit 82ee464

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

datafusion/sqllogictest/test_files/scalar.slt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,8 +1536,10 @@ SELECT not(true), not(false)
15361536
----
15371537
false true
15381538

1539-
query error type_coercion\ncaused by\nError during planning: Cannot infer common argument type for comparison operation Int64 IS DISTINCT FROM Boolean
1539+
query BB
15401540
SELECT not(1), not(0)
1541+
----
1542+
false true
15411543

15421544
query ?B
15431545
SELECT null, not(null)

0 commit comments

Comments
 (0)