Test is not dependent on new analyzer

This commit is contained in:
Igor Nikonov 2023-07-22 18:07:22 +00:00
parent c60090ccbd
commit 2c6bc31847

View File

@ -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);