mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
parent
188069117e
commit
52821a331a
@ -846,7 +846,7 @@ ActiveDataPartSet getPartNamesToMutate(
|
||||
result.removePartAndCoveredParts(part_to_drop);
|
||||
}
|
||||
|
||||
/// After we have to add parts if entry add them
|
||||
/// After we have to add parts if entry adds them
|
||||
for (const auto & part_to_add : entry_representation.produced_parts)
|
||||
{
|
||||
auto part_to_add_info = MergeTreePartInfo::fromPartName(part_to_add, format_version);
|
||||
|
Loading…
Reference in New Issue
Block a user