We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88d6a7 commit d2537d8Copy full SHA for d2537d8
tests/sqllogictests/suites/tpch/spill.test
@@ -34,7 +34,7 @@ FROM (
34
SELECT *
35
FROM lineitem,
36
part
37
- ORDER BY lineitem.l_orderkey
+ ORDER BY lineitem.l_orderkey, part.p_partkey
38
LIMIT 10000000
39
);
40
----
0 commit comments