Skip to content

Commit

Permalink
Merge d55c023 into f6c9ccb
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvas0 authored Feb 21, 2025
2 parents f6c9ccb + d55c023 commit 42e199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/runtime/kqp_write_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ class TKqpTableWriteActor : public TActorBootstrapped<TKqpTableWriteActor> {
RetryShard(ev->Get()->TabletId, std::nullopt);
} else {
TxManager->SetError(ev->Get()->TabletId);
if (Mode == EMode::IMMEDIATE_COMMIT) {
if (Mode == EMode::IMMEDIATE_COMMIT || Mode == EMode::COMMIT) {
RuntimeError(
NYql::NDqProto::StatusIds::UNDETERMINED,
NYql::TIssuesIds::KIKIMR_OPERATION_STATE_UNKNOWN,
Expand Down

0 comments on commit 42e199f

Please sign in to comment.