Sxnan commented on code in PR #6059:
URL: https://github.com/apache/paimon/pull/6059#discussion_r2269236874


##########
paimon-common/src/main/java/org/apache/paimon/fs/hadoop/HadoopFileIO.java:
##########
@@ -167,7 +170,8 @@ private org.apache.hadoop.fs.Path path(Path path) {
         return new org.apache.hadoop.fs.Path(path.toUri());
     }
 
-    private FileSystem getFileSystem(org.apache.hadoop.fs.Path path) throws 
IOException {
+    @VisibleForTesting
+    public FileSystem getFileSystem(org.apache.hadoop.fs.Path path) throws 
IOException {

Review Comment:
   It may be package private if we move the test to the same package



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