sync with the private

This commit is contained in:
Julia Kartseva 2024-09-06 20:59:48 +00:00
parent ba038cba47
commit 99667c42f3

View File

@ -1,3 +1,5 @@
-- Tags: no-shared-merge-tree
-- no-shared-merge-tree: depend on events with local disk
DROP TABLE IF EXISTS test; DROP TABLE IF EXISTS test;
CREATE TABLE test (key UInt64, val UInt64) engine = MergeTree Order by key PARTITION BY key >= 128; CREATE TABLE test (key UInt64, val UInt64) engine = MergeTree Order by key PARTITION BY key >= 128;