Skip to content

Commit d876f90

Browse files
committed
Fixed operation id ProtoToString (#18460)
1 parent 0036ea2 commit d876f90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/library/operation_id/operation_id.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ std::string ProtoToString(const Ydb::TOperationId& proto) {
3939
reflection.ListFields(proto, &fields);
4040
TStringStream res;
4141
switch (proto.kind()) {
42+
case Ydb::TOperationId::UNUSED:
43+
break;
4244
case Ydb::TOperationId::OPERATION_DDL:
4345
case Ydb::TOperationId::OPERATION_DML:
4446
res << "ydb://operation";

0 commit comments

Comments
 (0)