mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix QueryPipeline::unitePipelines
This commit is contained in:
parent
26161aac8a
commit
de6ef17d27
@ -643,6 +643,8 @@ void QueryPipeline::unitePipelines(
|
||||
else
|
||||
totals_having_port = uniteTotals(totals, current_header, processors);
|
||||
}
|
||||
|
||||
current_header = common_header;
|
||||
}
|
||||
|
||||
void QueryPipeline::setProgressCallback(const ProgressCallback & callback)
|
||||
|
Loading…
Reference in New Issue
Block a user