Skip to content

Commit f7a7f9e

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

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
@@ -64,7 +64,7 @@ class ICEBERG_EXPORT Writer {
6464
/// \brief Write arrow data to the file.
6565
///
6666
/// \return Status of write results.
67-
virtual Status Write(const ArrowArray& data) = 0;
67+
virtual Status Write(ArrowArray data) = 0;
6868
};
6969

7070
/// \brief Factory function to create a writer of a specific file format.

0 commit comments

Comments
 (0)