You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2019/06/12 08:46:25 UTC

[parquet-format] branch master updated: PARQUET-1588: Bump to Apache Thrift 0.12.0 (#133)

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

zivanfi 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 29b406d  PARQUET-1588: Bump to Apache Thrift 0.12.0 (#133)
29b406d is described below

commit 29b406dd739301879ff096420d8c394dbc6c6661
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Jun 12 10:46:20 2019 +0200

    PARQUET-1588: Bump to Apache Thrift 0.12.0 (#133)
---
 .gitignore  | 3 +++
 .travis.yml | 6 +++---
 pom.xml     | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4587f73..944e4a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@ target
 dependency-reduced-pom.xml
 .classpath
 .project
+
+# IDE stuff
+.idea/
diff --git a/.travis.yml b/.travis.yml
index edfcb6b..8aef761 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,9 +20,9 @@ before_install:
   - 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 -nv https://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
-  - tar zxf thrift-0.9.3.tar.gz
-  - cd thrift-0.9.3
+  - wget -nv https://archive.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz
+  - tar zxf thrift-0.12.0.tar.gz
+  - cd thrift-0.12.0
   - chmod +x ./configure
   - ./configure --disable-gen-erl --disable-gen-hs --without-ruby --without-haskell --without-erlang --without-php --without-nodejs
   - sudo make install
diff --git a/pom.xml b/pom.xml
index 3679c82..b8a600c 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.9.3</thrift.version>
+    <thrift.version>0.12.0</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>