liurenjie1024 commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2713399676
Hi, @jonathanc-n I found [this method](https://docs.rs/parquet/latest/parquet/file/metadata/struct.ParquetMetaDataReader.html#method.decode_metadata) in `parquet` crate. I think there are two ways to do this: 1. We could use thrift api to serialize thrift version to bytes, and read withi this method. 2. We could simulate the implementation in this method. -- 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 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