mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #57606 from ClickHouse/fix-test-distinct-in-order-analyzer
Fix flaky test: distinct in order with analyzer
This commit is contained in:
commit
a1e8c06433
@ -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