We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e8a20 commit 920124eCopy full SHA for 920124e
tests/sqllogictests/suites/tpch/spill.test
@@ -34,6 +34,7 @@ FROM (
34
SELECT *
35
FROM lineitem,
36
part
37
+ ORDER BY lineitem.l_orderkey
38
LIMIT 10000000
39
);
40
----
0 commit comments