mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix build.
This commit is contained in:
parent
0ba7ff85e1
commit
6cbdb6da00
@ -63,7 +63,7 @@ void QueryPlan::unitePlans(QueryPlanStepPtr step, std::vector<QueryPlan> plans)
|
||||
}
|
||||
|
||||
for (auto & plan : plans)
|
||||
nodes.insert(nodes.end(), plan.nodes.begin(), plan.nodes.end());
|
||||
nodes.splice(nodes.end(), std::move(plan.nodes));
|
||||
|
||||
nodes.emplace_back(Node{.step = std::move(step)});
|
||||
root = &nodes.back();
|
||||
|
Loading…
Reference in New Issue
Block a user