mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Test is not dependent on new analyzer
This commit is contained in:
parent
c60090ccbd
commit
2c6bc31847
@ -1,5 +1,3 @@
|
||||
set allow_experimental_analyzer=1;
|
||||
|
||||
drop table if exists tab_v;
|
||||
drop table if exists tab;
|
||||
create table tab (x UInt64, y UInt64) engine MergeTree() order by (x, y);
|
||||
|
Loading…
Reference in New Issue
Block a user