You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafusion/sqllogictest/test_files/scalar.slt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1548,7 +1548,9 @@ SELECT null, not(null)
1548
1548
----
1549
1549
NULL NULL
1550
1550
1551
-
query error type_coercion\ncaused by\nError during planning: Cannot infer common argument type for comparison operation Utf8 IS DISTINCT FROM Boolean
1551
+
# Cube: We added string->bool conversion
1552
+
# query error type_coercion\ncaused by\nError during planning: Cannot infer common argument type for comparison operation Utf8 IS DISTINCT FROM Boolean
1553
+
query error DataFusion error: Arrow error: Cast error: Cannot cast value 'hi' to value of Boolean type
0 commit comments