jerry-024 commented on code in PR #6552:
URL: https://github.com/apache/paimon/pull/6552#discussion_r2502299815


##########
paimon-filesystems/paimon-jindo/src/main/java/org/apache/paimon/jindo/JindoLoader.java:
##########
@@ -30,11 +30,7 @@ public class JindoLoader implements FileIOLoader {
 
     @Override
     public List<String[]> requiredOptions() {
-        List<String[]> options = new ArrayList<>();
-        options.add(new String[] {"fs.oss.endpoint"});
-        options.add(new String[] {"fs.oss.accessKeyId"});
-        options.add(new String[] {"fs.oss.accessKeySecret"});
-        return options;
+        return new ArrayList<>();

Review Comment:
   If the scheme is oss which condition we need fallback to hadoop file io?



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