lincoln-lil commented on code in PR #21676:
URL: https://github.com/apache/flink/pull/21676#discussion_r1071900617
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java:
##########
@@ -780,6 +784,7 @@ public CompiledPlan compilePlanSql(String stmt) {
if (operations.size() != 1
|| !(operations.get(0) instanceof ModifyOperation)
+ || isRowLevelModification(operations.get(0))
Review Comment:
add a test contains following statement set:
```
insert into ...
delete from ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]