You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/20 13:40:56 UTC

[GitHub] [flink] kl0u commented on a change in pull request #10223: [FLINK-14787][configuration] Add configure method to StreamExecutionEnvironment

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:
users@infra.apache.org


With regards,
Apache Git Services