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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to