AlenkaF commented on code in PR #45998:
URL: https://github.com/apache/arrow/pull/45998#discussion_r3504941125
##########
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:
I have decided to remove the `HdfsConnectionConfig` struct altogether and
add members directly to the `HdfsOptions` as private fields. Does that sound
reasonable to you @pitrou?
Commit:
https://github.com/apache/arrow/pull/45998/changes/b10f15974f68561dd1825d83dfa57ec24890a432
--
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]