Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6147#discussion_r195047960
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/JobGraph.java ---
@@ -593,10 +596,37 @@ public void uploadUserArtifacts(InetSocketAddress
blobServerAddress, Configurati
new
DistributedCache.DistributedCacheEntry(
--- End diff --
Then `isZipped` would only be part of the
`BlobServerStoredDistributedCacheEntry`.---
