vibhatha commented on code in PR #14132: URL: https://github.com/apache/arrow/pull/14132#discussion_r972506135
########## cpp/src/arrow/filesystem/path_util.h: ########## @@ -75,6 +75,9 @@ util::string_view RemoveTrailingSlash(util::string_view s); ARROW_EXPORT Status AssertNoTrailingSlash(util::string_view s); +ARROW_EXPORT +Status AssertLeadingSlash(util::string_view s); Review Comment: Should this be just return bool? It is a bit doubtful and tried to maintain the convention already in use. cc @westonpace -- 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]
