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

[parquet-format] 01/01: PARQUET-2005: Upgrade Apache Thrift to 0.14.1

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

fokko pushed a commit to branch parquet-2005
in repository https://gitbox.apache.org/repos/asf/parquet-format.git

commit ec5f8d1722b0badfdcfd660f23672f8caa77c84e
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Apr 8 22:30:55 2021 +0200

    PARQUET-2005: Upgrade Apache Thrift to 0.14.1
---
 .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 a93eee5..0622635 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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.13.0/thrift-0.13.0.tar.gz | tar zxf -
-          cd thrift-0.13.0/
+          wget -qO- https://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz | tar zxf -
+          cd thrift-0.14.1/
           chmod +x ./configure
           ./configure --disable-libs
           sudo make install
diff --git a/pom.xml b/pom.xml
index e7dd481..42d6c22 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.13.0</thrift.version>
+    <thrift.version>0.14.1</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>