jhorstmann opened a new pull request, #9962: URL: https://github.com/apache/arrow-rs/pull/9962
# Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. --> - Closes #9953. # Rationale for this change Removal of the `parquet::format` was planned for the [59.0 Release](#9110) according to code comments. There is also now a security advisory against the Apache Thrift Rust implementation (https://github.com/advisories/GHSA-2F9F-GQ7V-9H6M), for which there is no fixed release yet on `crates.io`. <!-- Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed. Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes. --> # What changes are included in this PR? - Removal of the Apache Thrift dependency - Removal of the deprecated `parquet::format` module - Changes to the `parquet-layout` binary to remove printing of page details, since that still depended on the deprecated code # Are these changes tested? Existing tests pass as the code was unused. # Are there any user-facing changes? Breaking api change, since `parquet::format` was a public module. The output of the `parquet-layout` binary changes. -- 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]
