Skip to content

Commit 920124e

Browse files
committed
fix flaky logic test
1 parent 88e8a20 commit 920124e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sqllogictests/suites/tpch/spill.test

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ FROM (
3434
SELECT *
3535
FROM lineitem,
3636
part
37+
ORDER BY lineitem.l_orderkey
3738
LIMIT 10000000
3839
);
3940
----

0 commit comments

Comments
 (0)