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: 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

Reply via email to