wsjz commented on code in PR #30198:
URL: https://github.com/apache/doris/pull/30198#discussion_r1477884323


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/PropertyConverter.java:
##########
@@ -264,7 +264,7 @@ private static void setS3FsAccess(Map<String, String> 
s3Properties, Map<String,
         s3Properties.put("fs.s3.impl.disable.cache", "true");
         s3Properties.putIfAbsent("fs.s3.impl", S3AFileSystem.class.getName());
         String defaultProviderList = String.join(",", 
S3Properties.AWS_CREDENTIALS_PROVIDERS);
-        String credentialsProviders = s3Properties

Review Comment:
   yes, fix it here



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to