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 4fe1eb8 commit 3516dbdCopy full SHA for 3516dbd
ydb/core/kqp/runtime/kqp_write_actor.cpp
@@ -161,9 +161,10 @@ namespace {
161
case NKikimr::NKqp::IKqpTransactionManager::EXECUTING:
162
case NKikimr::NKqp::IKqpTransactionManager::PREPARED:
163
break;
164
- case NKikimr::NKqp::IKqpTransactionManager::PREPARING:
165
case NKikimr::NKqp::IKqpTransactionManager::FINISHED:
166
case NKikimr::NKqp::IKqpTransactionManager::ERROR:
+ return std::nullopt;
167
+ case NKikimr::NKqp::IKqpTransactionManager::PREPARING:
168
case NKikimr::NKqp::IKqpTransactionManager::PROCESSING:
169
YQL_ENSURE(false);
170
}
0 commit comments