From 3a4b3b49c55ac6a90236c6a536d1d3c4358c5407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:22:26 +0000 Subject: [PATCH 1/2] Bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0 Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6bf5c1a6a..80757db2e 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 1.8 shaded.parquet thrift - 0.23.0 + 0.24.0 0.10.0 From 75ead15cc0cd8ddaabfc24521090f42a6bcd76e4 Mon Sep 17 00:00:00 2001 From: Suraj Rajan Date: Tue, 1 Sep 2026 19:26:02 +0530 Subject: [PATCH 2/2] Bump Thrift to 0.24.0 in CI (#612) Keep the compiler installed by the test workflow aligned with the libthrift version required by the Maven build. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31adba05f..152a230c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,8 +51,8 @@ jobs: sudo apt-get update -qq sudo apt-get install -qq protobuf-compiler sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev - wget -qO- https://archive.apache.org/dist/thrift/0.23.0/thrift-0.23.0.tar.gz | tar zxf - - cd thrift-0.23.0/ + wget -qO- https://archive.apache.org/dist/thrift/0.24.0/thrift-0.24.0.tar.gz | tar zxf - + cd thrift-0.24.0/ chmod +x ./configure ./configure --disable-libs sudo make install