aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/arrow/patches/hdfs.patch
blob: 0a4ea47dd7810b0fcd0d2736eb63eff35e7400a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/cpp/src/arrow/filesystem/api.h
+++ b/cpp/src/arrow/filesystem/api.h
@@ -20,7 +20,6 @@
 #include "arrow/util/config.h"  // IWYU pragma: export

 #include "arrow/filesystem/filesystem.h"  // IWYU pragma: export
-#error #include "arrow/filesystem/hdfs.h"        // IWYU pragma: export
 #include "arrow/filesystem/localfs.h"     // IWYU pragma: export
 #include "arrow/filesystem/mockfs.h"      // IWYU pragma: export
 #ifdef ARROW_S3
--- a/cpp/src/arrow/io/api.h
+++ b/cpp/src/arrow/io/api.h
@@ -20,6 +20,5 @@
 #include "arrow/io/buffered.h"
 #include "arrow/io/compressed.h"
 #include "arrow/io/file.h"
-#error #include "arrow/io/hdfs.h"
 #include "arrow/io/interfaces.h"
 #include "arrow/io/memory.h"