remove useless line

This commit is contained in:
Anton Popov 2021-10-19 17:05:54 +03:00
parent 82bff416f6
commit 8d5ed8a342

View File

@ -259,7 +259,6 @@ void AggregatingInOrderTransform::generate()
res.getByPosition(i + res_key_columns.size()).column = std::move(res_aggregate_columns[i]);
to_push_chunk = convertToChunk(res);
to_push_chunk.setChunkInfo(std::make_shared<ChunkInfoWithAllocatedBytes>(cur_block_bytes));
/// Clear arenas to allow to free them, when chunk will reach the end of pipeline.
/// It's safe clear them here, because columns with aggregate functions already holds them.