mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Fix
This commit is contained in:
parent
b70349852c
commit
bfbf9f292e
@ -37,7 +37,7 @@ $CLICKHOUSE_CLIENT --query="ALTER TABLE table_to_rename UPDATE v2 = 77 WHERE 1 =
|
||||
|
||||
# we cannot wait in the same way like we do for previous alter
|
||||
# because it's metadata alter and this one will wait for it
|
||||
sleep 1
|
||||
sleep 3
|
||||
|
||||
$CLICKHOUSE_CLIENT --query="SYSTEM START MERGES table_to_rename"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user