Hisoka-X commented on code in PR #5903:
URL: https://github.com/apache/seatunnel/pull/5903#discussion_r1410076996


##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/sink/writer/WriteStrategy.java:
##########
@@ -99,12 +99,5 @@ public interface WriteStrategy extends Transaction, 
Serializable {
      *
      * @return file system utils
      */
-    FileSystemUtils getFileSystemUtils();
-
-    /**
-     * set file system utils
-     *
-     * @param fileSystemUtils fileSystemUtils
-     */
-    void setFileSystemUtils(FileSystemUtils fileSystemUtils);
+    HadoopFileSystemProxy getFileSystemUtils();

Review Comment:
   ```java
        * @return file system utils
        */
       HadoopFileSystemProxy getFileSystemUtils();
   ```
   =>
   ```java
        * @return hadoop file system proxy
        */
       HadoopFileSystemProxy getHadoopFileSystemProxy();
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to