zentol commented on a change in pull request #11312: [FLINK-16400][fs] Fixing 
e2e tests that directly use Hadoop fs.
URL: https://github.com/apache/flink/pull/11312#discussion_r387806020
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java
 ##########
 @@ -758,11 +758,6 @@ public FSDataOutputStream create(Path f, boolean 
overwrite) throws IOException {
         */
        public abstract boolean isDistributedFS();
 
-       /**
-        * Gets a description of the characteristics of this file system.
-        */
-       public abstract FileSystemKind getKind();
 
 Review comment:
   The `FileSystem` class is a `@Public` API, meaning that no methods may be 
removed.

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

Reply via email to