From cb4b16b93a8b3da9c61d0a0529d07c1df6f88e62 Mon Sep 17 00:00:00 2001 From: Vinoo Ganesh Date: Tue, 27 May 2025 19:55:13 -0400 Subject: [PATCH] MINOR: Bump thrift to 0.22.0 --- .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 3247a570..f08690ac 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.21.0/thrift-0.21.0.tar.gz | tar zxf - - cd thrift-0.21.0/ + wget -qO- https://archive.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz | tar zxf - + cd thrift-0.22.0/ chmod +x ./configure ./configure --disable-libs sudo make install diff --git a/pom.xml b/pom.xml index 7f53d3e1..5e250cc6 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 1.8 shaded.parquet thrift - 0.21.0 + 0.22.0 0.10.0