diff options
author | uzhastik <uzhas@ydb.tech> | 2024-01-23 20:16:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 20:16:09 +0300 |
commit | 0666775ce421d9f1a9249345f0b8d519224cd982 (patch) | |
tree | e263bbc6a536305798c7a0b716c003b901ab5470 | |
parent | 20f72990b0b4d367b4dfd3c08aa953e2099077a4 (diff) | |
download | ydb-0666775ce421d9f1a9249345f0b8d519224cd982.tar.gz |
improve switch (#1232)
-rw-r--r-- | ydb/core/kqp/executer_actor/kqp_executer_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/kqp/executer_actor/kqp_executer_impl.h b/ydb/core/kqp/executer_actor/kqp_executer_impl.h index 29ff5ee47a..78bcd5c52c 100644 --- a/ydb/core/kqp/executer_actor/kqp_executer_impl.h +++ b/ydb/core/kqp/executer_actor/kqp_executer_impl.h @@ -1140,6 +1140,7 @@ protected: case NKqpProto::TKqpPhyConnection::kStreamLookup: UnknownAffectedShardCount = true; + [[fallthrough]]; case NKqpProto::TKqpPhyConnection::kMap: partitionsCount = originStageInfo.Tasks.size(); break; |