AlenkaF commented on code in PR #45998:
URL: https://github.com/apache/arrow/pull/45998#discussion_r3505098794
##########
cpp/src/arrow/filesystem/hdfs.h:
##########
@@ -19,21 +19,34 @@
#include <memory>
#include <string>
+#include <unordered_map>
#include <vector>
#include "arrow/filesystem/filesystem.h"
-#include "arrow/io/hdfs.h"
#include "arrow/util/uri.h"
namespace arrow::fs {
+class HdfsReadableFile;
+class HdfsOutputStream;
+
+struct HdfsPathInfo;
Review Comment:
OK, I need to re-think this - somehow I forgot there are Python bindings
attached to this 🙃
--
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]