xxchan opened a new pull request, #684: URL: https://github.com/apache/iceberg-rust/pull/684
We met compile error with parquet 53.0. This API was added in 53.1: https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md#5310-2024-10-02 ``` error[E0432]: unresolved import `parquet::file::metadata::ParquetMetaDataReader` --> crates/iceberg/src/arrow/reader.rs:38:48 | 38 | use parquet::file::metadata::{ParquetMetaData, ParquetMetaDataReader}; | ^^^^^^^^^^^^^^^^^^^^^ | | | no `ParquetMetaDataReader` in `file::metadata` | help: a similar name exists in the module: `ParquetMetaDataWriter` ``` -- 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]
