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 d6c59a2 commit f7a7f9eCopy full SHA for f7a7f9e
src/iceberg/file_writer.h
@@ -64,7 +64,7 @@ class ICEBERG_EXPORT Writer {
64
/// \brief Write arrow data to the file.
65
///
66
/// \return Status of write results.
67
- virtual Status Write(const ArrowArray& data) = 0;
+ virtual Status Write(ArrowArray data) = 0;
68
};
69
70
/// \brief Factory function to create a writer of a specific file format.
0 commit comments