friendlymatthew opened a new pull request, #9199: URL: https://github.com/apache/arrow-rs/pull/9199
# Which issue does this PR close? - Closes https://github.com/apache/arrow-rs/issues/9197 # Rationale for this change This PR deprecates `ArrowReaderOptions::with_page_index(bool)` in favor of `with_page_index_policy(PageIndexPolicy)` to align with the `ParquetMetadataReader` api. The underlying implementation continues to use separate `column_index` and `offset_index` fields # Are there any user-facing changes? Yes, some methods are deprecated -- 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]
