klion26 commented on a change in pull request #12187:
URL: https://github.com/apache/flink/pull/12187#discussion_r426109495



##########
File path: 
flink-core/src/main/java/org/apache/flink/core/fs/EntropyInjector.java
##########
@@ -89,6 +89,10 @@ public static Path removeEntropyMarkerIfPresent(FileSystem 
fs, Path path) {
 
        // 
------------------------------------------------------------------------
 
+       public static boolean isEntropyInjecting(FileSystem fs) {
+               return getEntropyFs(fs) == null;

Review comment:
       `getEntropyFs(fs) != null;`




----------------------------------------------------------------
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]


Reply via email to