Skip to content

Commit 07bfa63

Browse files
committed
add verify
1 parent 46bb9f3 commit 07bfa63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tx/columnshard/columnshard__write.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ void TColumnShard::Handle(NEvents::TDataEvents::TEvWrite::TPtr& ev, const TActor
429429
auto result = NEvents::TDataEvents::TEvWriteResult::BuildError(
430430
TabletID(), 0, NKikimrDataEvents::TEvWriteResult::STATUS_BAD_REQUEST, "only single operation is supported");
431431
ctx.Send(source, result.release(), 0, cookie);
432+
AFL_VERIFY(false)("reason: ", "only single operation is supported");
432433
return;
433434
}
434435

0 commit comments

Comments
 (0)