mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Fix style
This commit is contained in:
parent
29346f6073
commit
1aa5d70d2a
@ -530,7 +530,8 @@ void executeQueryWithParallelReplicas(
|
|||||||
auto union_step = std::make_unique<UnionStep>(std::move(input_streams));
|
auto union_step = std::make_unique<UnionStep>(std::move(input_streams));
|
||||||
query_plan.unitePlans(std::move(union_step), std::move(plans));
|
query_plan.unitePlans(std::move(union_step), std::move(plans));
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
{
|
||||||
auto read_from_remote = std::make_unique<ReadFromParallelRemoteReplicasStep>(
|
auto read_from_remote = std::make_unique<ReadFromParallelRemoteReplicasStep>(
|
||||||
query_ast,
|
query_ast,
|
||||||
new_cluster,
|
new_cluster,
|
||||||
|
Loading…
Reference in New Issue
Block a user