This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch
dependabot/maven/org.apache.thrift-libthrift-0.24.0
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to
refs/heads/dependabot/maven/org.apache.thrift-libthrift-0.24.0 by this push:
new 75ead15 Bump Thrift to 0.24.0 in CI (#612)
75ead15 is described below
commit 75ead15cc0cd8ddaabfc24521090f42a6bcd76e4
Author: Suraj Rajan <[email protected]>
AuthorDate: Tue Sep 1 19:26:02 2026 +0530
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 31adba0..152a230 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