mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Whitespaces [#CLICKHOUSE-2].
This commit is contained in:
parent
7bdc87adf0
commit
bb7fc04e2b
@ -1696,7 +1696,7 @@ bool StorageReplicatedMergeTree::canMergeParts(
|
||||
}
|
||||
else
|
||||
{
|
||||
String path1 = zookeeper_path + "/block_numbers/" + month_name + "/block-" + padIndex(number);
|
||||
String path1 = zookeeper_path + "/block_numbers/" + month_name + "/block-" + padIndex(number);
|
||||
String path2 = zookeeper_path + "/nonincrement_block_numbers/" + month_name + "/block-" + padIndex(number);
|
||||
|
||||
if (AbandonableLockInZooKeeper::check(path1, *zookeeper) != AbandonableLockInZooKeeper::ABANDONED &&
|
||||
|
Loading…
Reference in New Issue
Block a user