mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Update TTLAggregationAlgorithm.cpp
This commit is contained in:
parent
ac87daf8c3
commit
a3fa378401
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user