MINOR: Bump thrift to 0.22.0
Following this PR: https://github.com/apache/parquet-format/pull/495. Homebrew has updated too: https://github.com/Homebrew/homebrew-core/commit/f5c7fcdbf61df2a746b7382204ed6cc8bb80ff56
@Fokko @wgtmac
IMO, it would be better to be in sync with the version used in the current parquet-format.
Agreed @wgtmac. I made that PR here: https://github.com/apache/parquet-format/pull/495. We can merge that one first (once it's ready / once libthrift appears in maven central)
I think the process should be:
- merge the parquet-format PR for 0.22.0
- release the next parquet-format version
- bump the released parquet-format version in parquet-java
- bump the thrift version in parquet-java to 0.22.0
Waiting on format to publish first, and tracking missing libthrift: https://lists.apache.org/thread/pbghrvn9yt18dnzc7g392zdm564fnjg0
We can wait on having the parquet-format PR for thrift 0.22.0 merge and released first
Apache Parquet Format 2.12.0 is released: https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.12.0
Let me merge this first. Then I'll bump the parquet-format version before releasing parquet-java. Thanks @vinooganesh!