Skip to content

Commit

Permalink
Bump to Thrift 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Sep 3, 2023
1 parent 405bd64 commit a5fa1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,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.16.0/thrift-0.16.0.tar.gz | tar zxf -
cd thrift-0.16.0/
wget -qO- https://archive.apache.org/dist/thrift/0.19.0/thrift-0.19.0.tar.gz | tar zxf -
cd thrift-0.19.0/
chmod +x ./configure
./configure --disable-libs
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<shade.prefix>shaded.parquet</shade.prefix>
<thrift.executable>thrift</thrift.executable>
<thrift.version>0.16.0</thrift.version>
<thrift.version>0.19.0</thrift.version>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
</properties>

Expand Down

0 comments on commit a5fa1e7

Please sign in to comment.