mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix code style
This commit is contained in:
parent
b3adf150b5
commit
d03621115a
@ -14,4 +14,4 @@ INSERT INTO table_for_alter VALUES (3, '3'); -- { serverError 252 }
|
||||
|
||||
ALTER TABLE table_for_alter MODIFY SETTING parts_to_throw_insert = 100, parts_to_delay_insert = 100;
|
||||
|
||||
INSERT INTO table_for_alter VALUES (3, '3');
|
||||
INSERT INTO table_for_alter VALUES (3, '3');
|
||||
|
Loading…
Reference in New Issue
Block a user