Skip to content

Commit 4462c39

Browse files
committed
test broken sql test
1 parent a106a97 commit 4462c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/test_literals.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PRAGMA enable_verification
1111
query I
1212
CALL from_substrait_json('{"version":{"minorNumber":29, "producer":"substrait-go"}, "relations":[{"root":{"input":{"project":{"common":{"direct":{}}, "input":{"read":{"common":{"direct":{}}, "baseSchema":{"struct":{"nullability":"NULLABILITY_REQUIRED"}}, "virtualTable":{"expressions":[{}]}}}, "expressions":[{"literal":{"boolean":false, "nullable":true}}]}}, "names":["?column?"]}}]}')
1313
----
14-
false
14+
true
1515

1616
# i8
1717
query I

0 commit comments

Comments
 (0)