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