From a3fa3784017b0512309771d1bb2ae870c65cc4b1 Mon Sep 17 00:00:00 2001 From: Nikita Mikhaylov Date: Wed, 27 Dec 2023 17:02:52 +0100 Subject: [PATCH] Update TTLAggregationAlgorithm.cpp --- src/Processors/TTL/TTLAggregationAlgorithm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Processors/TTL/TTLAggregationAlgorithm.cpp b/src/Processors/TTL/TTLAggregationAlgorithm.cpp index 72cd973aa06..2537e21dd40 100644 --- a/src/Processors/TTL/TTLAggregationAlgorithm.cpp +++ b/src/Processors/TTL/TTLAggregationAlgorithm.cpp @@ -100,8 +100,8 @@ void TTLAggregationAlgorithm::execute(Block & block) } } - /// We are observing the row with new aggregation key. - /// In this case we definitely need to finish the current aggregation for the previuos key + /// We are observing the row with new the aggregation key. + /// In this case we definitely need to finish the current aggregation for the previuos key and /// write results to `result_columns`. const bool observing_new_key = !same_as_current; /// We are observing the row with the same aggregation key, but TTL is not expired anymore.