mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
Don't use same headers for main and totals streams in QueryPipeline.
This commit is contained in:
parent
d613716dc5
commit
e8e5164d9d
@ -120,7 +120,7 @@ void QueryPipeline::addSimpleTransformImpl(const TProcessorGetter & getter)
|
||||
if (!stream)
|
||||
return;
|
||||
|
||||
auto transform = callProcessorGetter(current_header, getter, stream_type);
|
||||
auto transform = callProcessorGetter(stream->getHeader(), getter, stream_type);
|
||||
|
||||
if (transform)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user