Skip to content

Commit 020301c

Browse files
fix
1 parent d1f3c02 commit 020301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/columnshard__write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class TCommitOperation {
327327
return TConclusionStatus::Fail("no arbiter info in request");
328328
}
329329
ArbiterColumnShard = locks.GetArbiterColumnShard();
330-
if (!ReceivingShards.contains(*ArbiterColumnShard)) {
330+
if (!ReceivingShards.contains(ArbiterColumnShard)) {
331331
return TConclusionStatus::Fail("arbiter is absent in receiving lists");
332332
}
333333
}

0 commit comments

Comments
 (0)