mapleFU commented on code in PR #6117:
URL: https://github.com/apache/arrow-rs/pull/6117#discussion_r1693323034
##########
parquet/src/column/writer/mod.rs:
##########
@@ -1023,8 +1017,6 @@ impl<'a, E: ColumnValueEncoder> GenericColumnWriter<'a,
E> {
}
let metadata = builder.build()?;
- self.page_writer.write_metadata(&metadata)?;
Review Comment:
I've sync with gang and I got the info that Parquet-Java doesn't write that
and doesn't impl doesn't read that, let's rush forward
--
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]