xbattlax opened a new pull request, #2003: URL: https://github.com/apache/iceberg-rust/pull/2003
## Summary Respect `ArrowReaderOptions` in `ArrowFileReader::get_metadata()` by extracting `metadata_options` and passing it to `ParquetMetaDataReader` via `with_metadata_options()`. ### Changes - Extract `metadata_options` from the `ArrowReaderOptions` parameter - Pass the options to `ParquetMetaDataReader::with_metadata_options()` - Remove the TODO comment since the required API is now available ### Notes The `ParquetMetaDataReader::with_metadata_options()` API was added in parquet 57.1.0. The current `Cargo.lock` already has parquet 57.1.0 locked (the `Cargo.toml` spec `"57.0"` accepts `57.1.0`), so no dependency changes are needed. Closes #1934 -- 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]
