mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Remove wrong comment
This commit is contained in:
parent
75f7816c46
commit
daabf2275e
@ -393,7 +393,6 @@ ReadFromParallelRemoteReplicasStep::ReadFromParallelRemoteReplicasStep(
|
||||
|
||||
for (const auto & addr : cluster->getShardsAddresses().front())
|
||||
{
|
||||
/// skip first local
|
||||
if (exclude_local_replica && addr.is_local)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user