mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
remove useless line
This commit is contained in:
parent
82bff416f6
commit
8d5ed8a342
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user