This is an automated email from the ASF dual-hosted git repository.

wgtmac 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 3e16a14  GH-569: Bump Thrift to 0.23.0 (#570)
3e16a14 is described below

commit 3e16a141b834b3cb66e57792e0f20c72af78f5ef
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jun 8 15:58:01 2026 +0200

    GH-569: Bump Thrift to 0.23.0 (#570)
---
 .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 8e1eac5..4e50e87 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,8 +41,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.22.0/thrift-0.22.0.tar.gz | tar zxf -
-          cd thrift-0.22.0/
+          wget -qO- 
https://archive.apache.org/dist/thrift/0.23.0/thrift-0.23.0.tar.gz | tar zxf -
+          cd thrift-0.23.0/
           chmod +x ./configure
           ./configure --disable-libs
           sudo make install
diff --git a/pom.xml b/pom.xml
index 56f8c5a..e2f506c 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.22.0</thrift.version>
+    <thrift.version>0.23.0</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>
 

Reply via email to