cyb70289 commented on code in PR #13354: URL: https://github.com/apache/arrow/pull/13354#discussion_r894291116
########## cpp/src/arrow/util/io_util.h: ########## @@ -124,14 +125,46 @@ Result<bool> DeleteFile(const PlatformFilename& file_path, bool allow_not_found ARROW_EXPORT Result<bool> FileExists(const PlatformFilename& path); +// TODO expose this more publicly to make it available from io/file.h? +/// A RAII wrapper for a file descriptor. Review Comment: Interesting, there's one `a RAII` and one `an RAII` in below *official* RAII page, :-D https://en.cppreference.com/w/cpp/language/raii -- 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]
