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/api.h | |
| parent | d9f6300eb1066c7cc03bfc53becafb8f8405ebb9 (diff) | |
Intermediate changes
commit_hash:e6d88da8c50becad7284feeff6e562884760836e
Diffstat (limited to 'contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h')
| -rw-r--r-- | contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h b/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h index 0d288ff0e49..bfc704ac24e 100644 --- a/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h +++ b/contrib/libs/apache/arrow_next/cpp/src/arrow/filesystem/api.h @@ -22,10 +22,10 @@ #include "arrow/filesystem/filesystem.h" // IWYU pragma: export #ifdef ARROW_AZURE -# include "arrow/filesystem/azurefs.h" // IWYU pragma: export +# error #include "arrow/filesystem/azurefs.h" // IWYU pragma: export #endif #ifdef ARROW_GCS -# include "arrow/filesystem/gcsfs.h" // IWYU pragma: export +# error #include "arrow/filesystem/gcsfs.h" // IWYU pragma: export #endif #error #include "arrow/filesystem/hdfs.h" // IWYU pragma: export #include "arrow/filesystem/localfs.h" // IWYU pragma: export |
