Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
alesapin 2022-11-24 14:02:19 +01:00 committed by GitHub
parent 06f395d946
commit 5355f82448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -801,7 +801,7 @@ QueueRepresentation getQueueRepresentation(const std::list<ReplicatedMergeTreeLo
return result;
}
/// Try to understand which part we need to mutate to finish mutation. In ReplicatedQueue we have two set of parts:
/// Try to understand which part we need to mutate to finish mutation. In ReplicatedQueue we have two sets of parts:
/// current parts -- set of parts which we actually have (on disk)
/// virtual parts -- set of parts which we will have after we will execute our queue
///