Skip to content

Commit c736e1e

Browse files
committed
fix
1 parent 4aa70cc commit c736e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/kqp/executer_actor/kqp_data_executer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,10 +1668,10 @@ class TKqpDataExecuter : public TKqpExecuterBase<TKqpDataExecuter, EExecType::Da
16681668
for (const auto &tableOp : stage.GetTableOps()) {
16691669
if (tableOp.GetTypeCase() != NKqpProto::TKqpPhyTableOperation::kReadOlapRange
16701670
&& tableOp.GetTypeCase() != NKqpProto::TKqpPhyTableOperation::kUpsertRows) {
1671-
return false;
1671+
return true;
16721672
}
16731673
}
1674-
return true;
1674+
return false;
16751675
}
16761676

16771677
void Execute() {

0 commit comments

Comments
 (0)