diff options
| author | robot-piglet <[email protected]> | 2025-10-24 02:41:18 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-10-24 02:52:57 +0300 |
| commit | 283f0b9a889a0a37f813c18329b79c027e7763f9 (patch) | |
| tree | d820f87748ff2044ed2ae28340af5367cbf8eb2b /contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc | |
| parent | d9f6300eb1066c7cc03bfc53becafb8f8405ebb9 (diff) | |
Intermediate changes
commit_hash:e6d88da8c50becad7284feeff6e562884760836e
Diffstat (limited to 'contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc')
| -rw-r--r-- | contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc b/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc index 65bd550f4ca..be18ebb633e 100644 --- a/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc +++ b/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/filesystem.cc @@ -26,13 +26,13 @@ #include "arrow/filesystem/filesystem.h" #ifdef ARROW_AZURE -#error include "arrow/filesystem/azurefs.h" +# error #include "arrow/filesystem/azurefs.h" #endif #ifdef ARROW_GCS -#error include "arrow/filesystem/gcsfs.h" +# error #include "arrow/filesystem/gcsfs.h" #endif #ifdef ARROW_HDFS - +# error #include "arrow/filesystem/hdfs.h" #endif #ifdef ARROW_S3 # error #include "arrow/filesystem/s3fs.h" |
