mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
Try fix aggregating.
This commit is contained in:
parent
bcebad1d60
commit
12a12eb3b8
@ -189,6 +189,7 @@ void AggregatingSortedTransform::merge()
|
||||
{
|
||||
insertSimpleAggregationResult();
|
||||
merged_data.insertRow();
|
||||
last_key.reset();
|
||||
}
|
||||
|
||||
/// if there are enough rows accumulated and the last one is calculated completely
|
||||
|
Loading…
Reference in New Issue
Block a user