alamb opened a new pull request, #24504: URL: https://github.com/apache/datafusion/pull/24504
## Which issue does this PR close? - Part of testing https://github.com/apache/arrow-rs/pull/10719 - Based on https://github.com/apache/datafusion/pull/24366 **Note: this PR is for testing only and is not intended for merge** ## Rationale for this change Test how the new `PageIndex` struct proposed in https://github.com/apache/arrow-rs/pull/10719 would work with DataFusion. ## What changes are included in this PR? On top of the commits from https://github.com/apache/datafusion/pull/24366: 1. Pin arrow/parquet to etseidl/arrow-rs @ `4315c9fd` (the head of apache/arrow-rs#10719) 2. Adapt to the arrow `Metadata` API on that branch (it is based on an older arrow-rs main than the pin in #24366, which does not yet have `Metadata::as_arc` / `Metadata::retain`) -- unrelated to the page index change 3. Update DataFusion for the new `PageIndex` API (see the last commit for just the changes required by the API change) ## Are these changes tested? By existing CI ## Are there any user-facing changes? No -- 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]
