morrySnow commented on code in PR #39957: URL: https://github.com/apache/doris/pull/39957#discussion_r1734144309
########## fe/fe-core/src/main/java/org/apache/doris/analysis/CopyStmt.java: ########## @@ -205,7 +205,7 @@ private void analyzeStagePB(StagePB stagePB) throws AnalysisException { } brokerProperties.put(S3_BUCKET, objInfo.getBucket()); brokerProperties.put(S3_PREFIX, objInfo.getPrefix()); - brokerProperties.put(S3Properties.PROVIDER, objInfo.getProvider().toString()); + brokerProperties.put(S3Properties.PROVIDER, objInfo.getProvider().toString().toUpperCase()); Review Comment: please add NOTICE comment to these upper case change. -- 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