StephanEwen commented on a change in pull request #12187:
URL: https://github.com/apache/flink/pull/12187#discussion_r426143213
##########
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:
You are right, definitely. This hints that I need to add a test.
----------------------------------------------------------------
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]