godfreyhe commented on a change in pull request #11317: 
[FLINK-16433][table-api] TableEnvironmentImpl doesn't clear…
URL: https://github.com/apache/flink/pull/11317#discussion_r390847089
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java
 ##########
 @@ -723,8 +723,11 @@ public TableConfig getConfig() {
 
        @Override
        public JobExecutionResult execute(String jobName) throws Exception {
-               translate(bufferedModifyOperations);
-               bufferedModifyOperations.clear();
+               try {
 
 Review comment:
   I think it's better add the comments to the `TableEnvironment` interface 
which could help the users to understand the behavior from API level.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to