code style check

This commit is contained in:
terrylin 2021-07-31 20:36:40 +08:00
parent b0df75626b
commit 09a4f82d0f
7 changed files with 9 additions and 8 deletions

View File

@ -6,6 +6,7 @@ CREATE TABLE table_rename_with_ttl
value1 String value1 String
) )
ENGINE = ReplicatedMergeTree('/clickhouse/test/table_rename_with_ttl_01378', '1') ENGINE = ReplicatedMergeTree('/clickhouse/test/table_rename_with_ttl_01378', '1')
order by value1
SETTINGS merge_with_ttl_timeout=0,max_number_of_merges_with_ttl_in_pool=0; SETTINGS merge_with_ttl_timeout=0,max_number_of_merges_with_ttl_in_pool=0;
ORDER BY tuple(); ORDER BY tuple();