gavinchou commented on code in PR #43525: URL: https://github.com/apache/doris/pull/43525#discussion_r1845485453
########## be/src/io/fs/local_file_system.cpp: ########## @@ -471,4 +471,35 @@ Status LocalFileSystem::permission_impl(const Path& file, std::filesystem::perms return Status::OK(); } +Path LocalFileSystem::convertToAbsPath(const Path& inputPathString) { Review Comment: `convertToAbsPath` code style should be `lower_under_score` -- 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