Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5580#discussion_r179048742
--- Diff:
flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java ---
@@ -26,6 +26,7 @@
import org.apache.flink.api.common.JobExecutionResult;
import org.apache.flink.api.common.JobID;
import org.apache.flink.api.common.Plan;
+import org.apache.flink.api.common.cache.DistributedCache;
import
org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry;
--- End diff --
this import should now be unnecessary. or the change should be reverted
---