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_r390295101
 
 

 ##########
 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:
   add some comments in `TableEnvironment#execute` to explain the buffer clear 
behavior

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to