Skip to content

Commit c2d593e

Browse files
committed
fix
Signed-off-by: coldWater <forsaken628@gmail.com>
1 parent 546c2c3 commit c2d593e

File tree

1 file changed

+3
-0
lines changed
  • tests/sqllogictests/suites/mode/standalone/explain

1 file changed

+3
-0
lines changed

tests/sqllogictests/suites/mode/standalone/explain/sort.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
statement ok
22
create or replace table t1(a int, b int);
33

4+
statement ok
5+
set enable_range_shuffle_sort = 0;
6+
47
query T
58
explain select a from (select * from t1 order by a) as t2 where a > 1;
69
----

0 commit comments

Comments
 (0)