TisonKun commented on a change in pull request #10311: [FLINK-14762][client]
Enrich JobClient API
URL: https://github.com/apache/flink/pull/10311#discussion_r351187516
##########
File path:
flink-core/src/main/java/org/apache/flink/core/execution/JobClient.java
##########
@@ -35,6 +35,11 @@
@PublicEvolving
public interface JobClient extends AutoCloseable {
+ @Override
+ default void close() {
Review comment:
@aljoscha this is the commit we don't throw checked exception in
`JobClient#close`. The idea is that we cannot do something for it so that it is
unreasonable to be checked.
----------------------------------------------------------------
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