Skip to content

Commit

Permalink
change the test to reflect the fix in #duckdb/14171
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Sep 30, 2024
1 parent f24be8b commit 8f38375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/sql_reduce.test
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ INSERT INTO tbl (VALUES (1))
INSERT INTO tbl (VALUES (1, 2))
INSERT INTO tbl (VALUES (2))
INSERT INTO tbl SELECT *
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2))
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2)) AS valueslist
INSERT INTO tbl SELECT NULL FROM (VALUES (1, 2)) AS valueslist

query I
Expand Down

0 comments on commit 8f38375

Please sign in to comment.