mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix build.
This commit is contained in:
parent
aa961149f7
commit
6ecd412023
@ -90,7 +90,7 @@ std::vector<uint64_t> ExecutingGraph::expandPipeline(const Processors & processo
|
||||
|
||||
while (nodes.size() < num_processors)
|
||||
{
|
||||
auto * processor = processors[num_processors].get();
|
||||
auto * processor = processors[nodes.size()].get();
|
||||
if (processors_map.count(processor))
|
||||
throw Exception("Processor " + processor->getName() + " was already added to pipeline.",
|
||||
ErrorCodes::LOGICAL_ERROR);
|
||||
|
Loading…
Reference in New Issue
Block a user