We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c43f3 commit fb0c6e4Copy full SHA for fb0c6e4
src/library/operation_id/operation_id.cpp
@@ -39,6 +39,8 @@ std::string ProtoToString(const Ydb::TOperationId& proto) {
39
reflection.ListFields(proto, &fields);
40
TStringStream res;
41
switch (proto.kind()) {
42
+ case Ydb::TOperationId::UNUSED:
43
+ break;
44
case Ydb::TOperationId::OPERATION_DDL:
45
case Ydb::TOperationId::OPERATION_DML:
46
res << "ydb://operation";
0 commit comments