You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove deprecated parquet::format module and thrift dependency (#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
(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.
0 commit comments