mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 22:12:21 +00:00
Fix AggregatingProjectionStep output header.
This commit is contained in:
parent
b242601706
commit
d06de16d52
@ -603,7 +603,7 @@ AggregatingProjectionStep::AggregatingProjectionStep(
|
||||
params.only_merge = false;
|
||||
|
||||
assertBlocksHaveEqualStructure(normal_parts_header, projection_parts_header, "AggregatingProjectionStep");
|
||||
input_headers.emplace_back(std::move(normal_parts_header));
|
||||
output_header = std::move(normal_parts_header);
|
||||
}
|
||||
|
||||
QueryPipelineBuilderPtr AggregatingProjectionStep::updatePipeline(
|
||||
|
Loading…
Reference in New Issue
Block a user