Skip to content

Commit 6357750

Browse files
committed
fix build
1 parent 9eb7877 commit 6357750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/ClusterProxy/executeQuery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ void executeQueryWithParallelReplicas(
532532
max_replicas_to_use = shard.getAllNodeCount();
533533
}
534534

535-
auto coordinator = std::make_shared<ParallelReplicasReadingCoordinator>(max_replicas_to_use, settings.parallel_replicas_mark_segment_size);
535+
auto coordinator = std::make_shared<ParallelReplicasReadingCoordinator>(max_replicas_to_use);
536536

537537
auto external_tables = new_context->getExternalTables();
538538

0 commit comments

Comments
 (0)