Skip to content

Commit

Permalink
Fuzzer duckdb#668: Window List NULLs
Browse files Browse the repository at this point in the history
Make test deterministic.
  • Loading branch information
Richard Wesley committed Aug 12, 2023
1 parent 47d59f4 commit 90090f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fuzzer/sqlsmith/window-list-value.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ from test_all_types();
query I
SELECT first_value(c38) OVER (PARTITION BY c40 ROWS BETWEEN #4 FOLLOWING AND UNBOUNDED FOLLOWING)
FROM all_types AS t42(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41)
ORDER BY ALL
----
NULL
{'a': NULL, 'b': NULL}
NULL
NULL

0 comments on commit 90090f5

Please sign in to comment.