We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb7877 commit 6357750Copy full SHA for 6357750
src/Interpreters/ClusterProxy/executeQuery.cpp
@@ -532,7 +532,7 @@ void executeQueryWithParallelReplicas(
532
max_replicas_to_use = shard.getAllNodeCount();
533
}
534
535
- auto coordinator = std::make_shared<ParallelReplicasReadingCoordinator>(max_replicas_to_use, settings.parallel_replicas_mark_segment_size);
+ auto coordinator = std::make_shared<ParallelReplicasReadingCoordinator>(max_replicas_to_use);
536
537
auto external_tables = new_context->getExternalTables();
538
0 commit comments