AlenkaF commented on code in PR #45998: URL: https://github.com/apache/arrow/pull/45998#discussion_r2136977525
########## cpp/src/arrow/filesystem/hdfs_internal.h: ########## @@ -33,8 +38,13 @@ namespace arrow { class Status; +using internal::IOErrorFromErrno; + namespace io::internal { +class HdfsReadableFile; +class HdfsOutputStream; + Review Comment: I think I wanted to change as little as possible. But yeah, should be changed to `fs::internal`. Will do! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org