mapleFU commented on code in PR #6117:
URL: https://github.com/apache/arrow-rs/pull/6117#discussion_r1693272484
##########
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:
@wgtmac is here some impl using this metadata? Would a flag being better
here? 🤔
--
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]