apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.49k stars 1.37k forks source link

PARQUET-2462: Bump to Thrift 0.20.0 #1327

Closed Fokko closed 2 months ago

Fokko commented 2 months ago

Make sure you have checked all steps below.

0.20.0 comes with Homebrew.

Jira

Tests

Commits

Style

Documentation

wgtmac commented 2 months ago

Do we need to make sure parquet-mr and parquet-format has same version of thrift? parquet-mr 1.14.0 release will go with parquet-format 2.10.0 which is still on an older version.

Fokko commented 2 months ago

@wgtmac Great question, I think the versions can be different, but I'm happy to defer this PR until 1.14.0 has been released.

wgtmac commented 2 months ago

Both ways are fine to me. Feel free to merge it at any time.