We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ddc71 commit ecf30afCopy full SHA for ecf30af
be/src/exec/partitioned-aggregation-node.cc
@@ -410,6 +410,7 @@ Status PartitionedAggregationNode::Partition::InitStreams() {
410
agg_fn_pool.reset(new MemPool(parent->state_->udf_mem_tracker()));
411
for (int i = 0; i < parent->agg_fn_ctxs_.size(); ++i) {
412
agg_fn_ctxs.push_back(parent->agg_fn_ctxs_[i]->impl()->Clone(agg_fn_pool.get()));
413
+ parent->state_->obj_pool()->Add(agg_fn_ctxs[i]);
414
}
415
416
aggregated_row_stream.reset(new BufferedTupleStream(parent->state_,
0 commit comments