mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix
This commit is contained in:
parent
3190b89f9a
commit
2682844951
@ -13,8 +13,8 @@ QueryPipelineBuilderPtr ISourceStep::updatePipeline(QueryPipelineBuilders, const
|
||||
{
|
||||
auto pipeline = std::make_unique<QueryPipelineBuilder>();
|
||||
|
||||
/// Why we need first initializePipeline first: since it's not
|
||||
/// add new Processors to `pipeline->pipe`, but make an assign
|
||||
/// Why we need initializePipeline first: since it's not add
|
||||
/// new Processors to `pipeline->pipe`, but make an assign
|
||||
/// with new created Pipe. And Processors for the Step is added here.
|
||||
initializePipeline(*pipeline, settings);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user