mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
Update ExecutingGraph.cpp
This commit is contained in:
parent
c71deea9aa
commit
afa3052565
@ -122,7 +122,7 @@ bool ExecutingGraph::expandPipeline(std::stack<uint64_t> & stack, uint64_t pid)
|
||||
}
|
||||
processors->insert(processors->end(), new_processors.begin(), new_processors.end());
|
||||
|
||||
// Do not consider sources added during pipeline expansion as cancelable to avoid tricky corner cases (e.g. ConvertingAggregatedToChunksWithMergingSource cancelation)
|
||||
// Do not consider sources added during pipeline expansion as cancelable to avoid tricky corner cases (e.g. ConvertingAggregatedToChunksWithMergingSource cancellation)
|
||||
source_processors.resize(source_processors.size() + new_processors.size(), false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user