zy-kkk commented on code in PR #12438: URL: https://github.com/apache/doris/pull/12438#discussion_r964709125
########## 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: When the s3 path entered by the user is wrong, we should return the correct prompt information, and returning 'S3' is wrong, so I changed to the correct '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