Skip to content

Commit 23f0811

Browse files
committed
Analyzer ORDER BY read in order query plan add test
1 parent c391527 commit 23f0811

4 files changed

Lines changed: 567 additions & 2 deletions

tests/analyzer_tech_debt.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
00593_union_all_assert_columns_removed
33
00717_merge_and_distributed
44
00725_memory_tracking
5-
00940_order_by_read_in_order_query_plan
65
01062_pm_all_join_with_block_continuation
76
01064_incremental_streaming_from_2_src_with_feedback
87
01083_expressions_in_engine_arguments

tests/queries/0_stateless/00940_order_by_read_in_order_query_plan.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET optimize_read_in_order = 1, query_plan_read_in_order=1;
1+
SET optimize_read_in_order = 1, query_plan_read_in_order = 1, allow_experimental_analyzer = 0;
22

33
drop table if exists tab;
44
drop table if exists tab2;

0 commit comments

Comments
 (0)