etseidl opened a new pull request, #11031: URL: https://github.com/apache/arrow-rs/pull/11031
# Which issue does this PR close? - Closes #11030. # Rationale for this change See issue, but allow for serialization of the page indexes through the `PageIndexProvider` API. # What changes are included in this PR? Changes `ThriftMetadataWriter` to operate through the `PageIndexProvider` API rather than using individual column and offset index vectors. Removes some now unnecessary `pub(crate)` functions. # Are these changes tested? Yes # Are there any user-facing changes? All page indexes will now serialize, but no changes to the public API -- 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]
