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 90fe593 commit d6c59a2Copy full SHA for d6c59a2
src/iceberg/file_writer.h
@@ -61,7 +61,7 @@ class ICEBERG_EXPORT Writer {
61
/// \brief Close the writer.
62
virtual Status Close() = 0;
63
64
- /// \brief Read next data from file.
+ /// \brief Write arrow data to the file.
65
///
66
/// \return Status of write results.
67
virtual Status Write(const ArrowArray& data) = 0;
0 commit comments