kl0u commented on a change in pull request #10223:
[FLINK-14787][configuration] Add configure method to StreamExecutionEnvironment
URL: https://github.com/apache/flink/pull/10223#discussion_r348483277
##########
File path:
flink-core/src/main/java/org/apache/flink/api/common/cache/DistributedCache.java
##########
@@ -79,6 +80,28 @@ public DistributedCacheEntry(String filePath, Boolean
isExecutable, byte[] blobK
this(filePath, isExecutable, blobKey, false);
}
+ @Override
Review comment:
I must be missing something but are these methods relevant to this PR?
----------------------------------------------------------------
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