You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ap...@apache.org on 2021/04/07 08:31:21 UTC

[parquet-format] branch master updated: PARQUET-1930: Bump Apache Thrift to 0.13 (#162)

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

apitrou 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 2db533d  PARQUET-1930: Bump Apache Thrift to 0.13 (#162)
2db533d is described below

commit 2db533d7dd11d2c4e5c631ba819fc61f2d931613
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Apr 7 10:30:52 2021 +0200

    PARQUET-1930: Bump Apache Thrift to 0.13 (#162)
---
 .github/workflows/test.yml | 9 +++------
 pom.xml                    | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index da631c0..a93eee5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,13 +40,10 @@ 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.12.0/thrift-0.12.0.tar.gz | tar zxf -
-          cd thrift-0.12.0/
+          wget -qO- https://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.tar.gz | tar zxf -
+          cd thrift-0.13.0/
           chmod +x ./configure
-          ./configure --disable-gen-erl --disable-gen-hs \
-            --without-csharp --without-dotnetcore --without-erlang \
-            --without-haskell --without-java --without-nodejs \
-            --without-php --without-rs --without-ruby
+          ./configure --disable-libs
           sudo make install
       - name: install
         run: |
diff --git a/pom.xml b/pom.xml
index 2da6c9b..e7dd481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.12.0</thrift.version>
+    <thrift.version>0.13.0</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>