We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d617a8 commit cdfc616Copy full SHA for cdfc616
src/iceberg/arrow/arrow_fs_file_io_internal.h
@@ -35,10 +35,10 @@ class ICEBERG_BUNDLE_EXPORT ArrowFileSystemFileIO : public FileIO {
35
: arrow_fs_(std::move(arrow_fs)) {}
36
37
/// \brief Make an in-memory FileIO backed by arrow::fs::internal::MockFileSystem.
38
- static std::unique_ptr<::arrow::fs::FileSystem> MakeMockFileIO();
+ static std::unique_ptr<FileIO> MakeMockFileIO();
39
40
/// \brief Make a local FileIO backed by arrow::fs::LocalFileSystem.
41
- static std::unique_ptr<::arrow::fs::FileSystem> MakeLocalFileIO();
+ static std::unique_ptr<FileIO> MakeLocalFileIO();
42
43
~ArrowFileSystemFileIO() override = default;
44
0 commit comments