DarvenDuan commented on code in PR #44965: URL: https://github.com/apache/doris/pull/44965#discussion_r1868629999
########## be/src/io/fs/s3_file_system.h: ########## @@ -121,7 +121,7 @@ class S3FileSystem final : public RemoteFileSystem { abs_path = path; } else { // path with no schema - abs_path = _root_path / path; + abs_path = _prefix / path; Review Comment: _prefix is normalized in S3FileSystem's constructor, removed the first and last '/' -- 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