jonathanc-n commented on PR #960: URL: https://github.com/apache/iceberg-rust/pull/960#issuecomment-2649571942
For metadata retrieval, it seems i can use `ParquetWriter::to_data_file_builder` to avoid duplicating more code. However the file metadata it takes in is the thrift `FileMetadata` [https://github.com/apache/arrow-rs/blob/main/parquet/src/format.rs#L5182] , while the `ArrowFileReader` provides the parsed metadata which doesn't contain enough information. I was planning on submitting a pr in `arrow-rs` to allow `ParquetMetadataReader` to return the tfilemetadata format. Are there any other alternatives to this? cc @ZENOTME @Fokko @liurenjie1024 -- 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