aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhastik <uzhas@ydb.tech>2024-01-23 20:16:09 +0300
committerGitHub <noreply@github.com>2024-01-23 20:16:09 +0300
commit0666775ce421d9f1a9249345f0b8d519224cd982 (patch)
treee263bbc6a536305798c7a0b716c003b901ab5470
parent20f72990b0b4d367b4dfd3c08aa953e2099077a4 (diff)
downloadydb-0666775ce421d9f1a9249345f0b8d519224cd982.tar.gz
improve switch (#1232)
-rw-r--r--ydb/core/kqp/executer_actor/kqp_executer_impl.h1
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;