liukun4515 commented on code in PR #1947:
URL: https://github.com/apache/arrow-rs/pull/1947#discussion_r907999690
##########
parquet/src/file/writer.rs:
##########
@@ -435,12 +435,15 @@ impl<'a, W: Write> SerializedPageWriter<'a, W> {
Ok(self.sink.bytes_written() - start_pos)
}
- /// Serializes column chunk into Thrift.
+ /// Serializes column metadata into Thrift.
/// Returns Ok() if there are not errors serializing and writing data into
the sink.
#[inline]
- fn serialize_column_chunk(&mut self, chunk: parquet::ColumnChunk) ->
Result<()> {
+ fn serialize_column_chunk(
Review Comment:
I don't have any preferences
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]