Skip to content

Commit 57faf2f

Browse files
committed
improve switch
1 parent 54e7dd8 commit 57faf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/executer_actor/kqp_executer_impl.h

+1
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ class TKqpExecuterBase : public TActorBootstrapped<TDerived> {
11401140

11411141
case NKqpProto::TKqpPhyConnection::kStreamLookup:
11421142
UnknownAffectedShardCount = true;
1143+
[[fallthrough]];
11431144
case NKqpProto::TKqpPhyConnection::kMap:
11441145
partitionsCount = originStageInfo.Tasks.size();
11451146
break;

0 commit comments

Comments
 (0)