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_r356694782
##########
File path:
flink-core/src/main/java/org/apache/flink/api/common/JobExecutionResult.java
##########
@@ -112,6 +113,18 @@ public long getNetRuntime(TimeUnit desiredUnit) {
.collect(Collectors.toMap(Map.Entry::getKey, entry ->
entry.getValue().getUnchecked()));
}
+ public void printResult() {
Review comment:
I think we could even have this (or some version of it) as a `toString()`. I
don't quite like methods that just print to `stdout`.
----------------------------------------------------------------
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