Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
alesapin 2022-11-24 14:04:03 +01:00 committed by GitHub
parent 188069117e
commit 52821a331a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);