liurenjie1024 opened a new issue, #1004:
URL: https://github.com/apache/iceberg-rust/issues/1004

   Currently in [parquet 
writer](https://github.com/apache/iceberg-rust/blob/1c632b869a0b9076f49df3b266c7d9fe1a648125/crates/iceberg/src/writer/file_writer/parquet_writer.rs#L312)
 the `FileMetadata` we used is [this 
one](https://docs.rs/parquet/latest/parquet/format/struct.FileMetaData.html), 
which is auto generated from parquet thrift definition. We should use [this 
one](https://docs.rs/parquet/latest/parquet/file/metadata/struct.FileMetaData.html)
 for in memory operations.


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to