This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new a645b5a MINOR: Bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0
(#597)
a645b5a is described below
commit a645b5a2cfa1453b49eef2aa0eec5bb4498a69cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 16:17:35 2026 +0200
MINOR: Bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0 (#597)
* 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] <[email protected]>
* 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.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suraj Rajan <[email protected]>
---
.github/workflows/test.yml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d0f3c2a..4ebbb66 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -53,8 +53,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
diff --git a/pom.xml b/pom.xml
index 3c991a4..0e7e975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<shade.prefix>shaded.parquet</shade.prefix>
<thrift.executable>thrift</thrift.executable>
- <thrift.version>0.23.0</thrift.version>
+ <thrift.version>0.24.0</thrift.version>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
</properties>