platoneko commented on code in PR #35307:
URL: https://github.com/apache/doris/pull/35307#discussion_r1616520000


##########
be/src/io/fs/err_utils.h:
##########
@@ -37,6 +37,7 @@ std::string glob_err_to_str(int code);
 Status localfs_error(const std::error_code& ec, std::string_view msg);
 Status localfs_error(int posix_errno, std::string_view msg);
 Status s3fs_error(const Aws::S3::S3Error& err, std::string_view msg);
+Status s3fs_error(Status msg, std::string_view path);

Review Comment:
   参数名和实际调用时候传入的对不上



-- 
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

Reply via email to