etseidl opened a new pull request, #8530: URL: https://github.com/apache/arrow-rs/pull/8530
# Which issue does this PR close? - Closes #5854. # Rationale for this change See issue, but this change is needed to allow greater control over Parquet metadata handling. These changes speed up Thrift decoding about 2X, and enable further optimizations down the line, such as allowing selective decoding of only that metadata that is needed. # What changes are included in this PR? In short, the `format` crate is now no longer necessary. This crate will decode from Thrift encoded bytes straight to the metadata objects defined by this crate (`ParquetMetaData` and children). # Are these changes tested? Yes, but more should be added by follow-on PRs # Are there any user-facing changes? Yes, many. -- 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]
