mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix test: distinct in order with analyzer
This commit is contained in:
parent
e8b017d323
commit
1ab0690eb8
@ -5,4 +5,5 @@ set allow_experimental_analyzer=1;
|
||||
create table t (a UInt64, b UInt64) engine=MergeTree() order by (a);
|
||||
insert into t select number % 2, number from numbers(10);
|
||||
|
||||
set optimize_distinct_in_order=1;
|
||||
select trimBoth(explain) from (explain pipeline select distinct a from t) where explain like '%InOrder%';
|
||||
|
Loading…
Reference in New Issue
Block a user