morningman commented on code in PR #59082:
URL: https://github.com/apache/doris/pull/59082#discussion_r2625762791


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/common/AwsCredentialsProviderFactory.java:
##########
@@ -149,7 +149,7 @@ public static String 
getV2ClassName(AwsCredentialsProviderMode mode, boolean inc
                 if (includeAnonymousInDefault) {
                     
providers.add(AnonymousCredentialsProvider.class.getName());
                 }
-                return String.join("+", providers);
+                return String.join(",", providers);

Review Comment:
   Why changing this?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to