cambyzju commented on code in PR #12438: URL: https://github.com/apache/doris/pull/12438#discussion_r964699114
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ExportStmt.java: ########## @@ -244,7 +244,7 @@ public static String checkPath(String path, StorageBackend.StorageType type) thr } } else if (type == StorageBackend.StorageType.S3) { if (schema == null || !schema.equalsIgnoreCase("s3")) { - throw new AnalysisException("Invalid export path. please use valid 'S3://' path."); + throw new AnalysisException("Invalid export path. please use valid 's3://' path."); Review Comment: !schema.equalsIgnoreCase("s3") why we need change 'S3' to 's3'? -- 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