mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix refactor
This commit is contained in:
parent
e22371ad03
commit
78afc52564
@ -1205,7 +1205,7 @@ void NO_INLINE Aggregator::executeImplBatch(
|
||||
[&](AggregateDataPtr & aggregate_data)
|
||||
{
|
||||
AggregateDataPtr place = aggregates_pool->alignedAlloc(total_size_of_aggregate_states, align_aggregate_states);
|
||||
createAggregateStates(aggregate_data);
|
||||
createAggregateStates(place);
|
||||
aggregate_data = place;
|
||||
},
|
||||
state.getKeyData(),
|
||||
|
Loading…
Reference in New Issue
Block a user