Skip to content

Commit d6c59a2

Browse files
author
xiao.dong
committed
fix comments
1 parent 90fe593 commit d6c59a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/file_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ICEBERG_EXPORT Writer {
6161
/// \brief Close the writer.
6262
virtual Status Close() = 0;
6363

64-
/// \brief Read next data from file.
64+
/// \brief Write arrow data to the file.
6565
///
6666
/// \return Status of write results.
6767
virtual Status Write(const ArrowArray& data) = 0;

0 commit comments

Comments
 (0)