You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/09 06:16:47 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #10491: [FLINK-15093][streaming-java] StreamExecutionEnvironment does not cle…

KurtYoung commented on a change in pull request #10491: [FLINK-15093][streaming-java] StreamExecutionEnvironment does not cle…
URL: https://github.com/apache/flink/pull/10491#discussion_r355277953
 
 

 ##########
 File path: flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
 ##########
 @@ -744,6 +744,30 @@ public void testExecuteInsertInto() throws Exception {
 						fail("Unexpected job status.");
 				}
 			}
+			// Execute the same update again.
+			final ProgramTargetDescriptor targetDescriptor2 = executor.executeUpdate(
 
 Review comment:
   looks like these are duplicated with previous codes, should avoid this 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services