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