mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
don't squash output for ordinary join for now
This commit is contained in:
parent
ab6e49b930
commit
d0842ee937
@ -80,8 +80,11 @@ QueryPipelineBuilderPtr JoinStep::updatePipeline(QueryPipelineBuilders pipelines
|
||||
keep_left_read_in_order,
|
||||
&processors);
|
||||
|
||||
if (join->supportParallelJoin())
|
||||
{
|
||||
pipeline->addSimpleTransform([&](const Block & header)
|
||||
{ return std::make_shared<SimpleSquashingChunksTransform>(header, 0, min_block_size_bytes); });
|
||||
}
|
||||
|
||||
return pipeline;
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
(Expression)
|
||||
ExpressionTransform
|
||||
(Join)
|
||||
SimpleSquashingTransform
|
||||
JoiningTransform 2 → 1
|
||||
(Expression)
|
||||
ExpressionTransform
|
||||
|
Loading…
Reference in New Issue
Block a user