mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Style
This commit is contained in:
parent
d380454044
commit
055242fe95
@ -418,7 +418,7 @@ Packet HedgedConnections::receivePacketFromReplica(const ReplicaLocation & repli
|
||||
default:
|
||||
/// Check case when we receive Exception before first not empty data packet
|
||||
/// or positive progress. It may happen if max_parallel_replicas > 1 and
|
||||
/// there is no way to sample data in this query.
|
||||
/// there is no way to sample data in this query.
|
||||
if (offset_states[replica_location.offset].can_change_replica)
|
||||
disableChangingReplica(replica_location);
|
||||
finishProcessReplica(replica, true);
|
||||
|
Loading…
Reference in New Issue
Block a user