Skip to content

Commit 819adce

Browse files
authored
MINOR: Bump thrift to 0.22.0 (#495)
1 parent cf943c1 commit 819adce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
sudo apt-get update -qq
4242
sudo apt-get install -qq protobuf-compiler
4343
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
44-
wget -qO- https://archive.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz | tar zxf -
45-
cd thrift-0.21.0/
44+
wget -qO- https://archive.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz | tar zxf -
45+
cd thrift-0.22.0/
4646
chmod +x ./configure
4747
./configure --disable-libs
4848
sudo make install

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<maven.compiler.target>1.8</maven.compiler.target>
7777
<shade.prefix>shaded.parquet</shade.prefix>
7878
<thrift.executable>thrift</thrift.executable>
79-
<thrift.version>0.21.0</thrift.version>
79+
<thrift.version>0.22.0</thrift.version>
8080
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
8181
</properties>
8282

0 commit comments

Comments
 (0)