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 1c1be54 commit 931c583Copy full SHA for 931c583
src/iceberg/manifest_writer.h
@@ -27,6 +27,7 @@
27
28
#include "iceberg/file_writer.h"
29
#include "iceberg/iceberg_export.h"
30
+#include "iceberg/type_fwd.h"
31
32
namespace iceberg {
33
@@ -42,7 +43,7 @@ class ICEBERG_EXPORT ManifestWriter {
42
43
/// \param file_io File IO implementation to use.
44
/// \return A Result containing the writer or an error.
45
static Result<std::unique_ptr<ManifestWriter>> MakeWriter(
- std::string_view manifest_location, std::shared_ptr<FileuuuIO> file_io,
46
+ std::string_view manifest_location, std::shared_ptr<FileIO> file_io,
47
std::shared_ptr<Schema> partition_schema);
48
};
49
0 commit comments