aljoscha commented on a change in pull request #10434: [FLINK-15072][client]
executeAsync in ContextEnvironment from CliFrontend cause unexpected exception
URL: https://github.com/apache/flink/pull/10434#discussion_r356691785
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java
##########
@@ -91,25 +84,35 @@ public JobExecutionResult execute(String jobName) throws
Exception {
}
jobExecutionResult = jobExecutionResultFuture.get();
Review comment:
Good catch! Yes, we also need to fix that.
----------------------------------------------------------------
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