We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800962 commit 82ee464Copy full SHA for 82ee464
1 file changed
datafusion/sqllogictest/test_files/scalar.slt
@@ -1536,8 +1536,10 @@ SELECT not(true), not(false)
1536
----
1537
false true
1538
1539
-query error type_coercion\ncaused by\nError during planning: Cannot infer common argument type for comparison operation Int64 IS DISTINCT FROM Boolean
+query BB
1540
SELECT not(1), not(0)
1541
+----
1542
+false true
1543
1544
query ?B
1545
SELECT null, not(null)
0 commit comments