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

ravindra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c8466cd  ARROW-5443: [Crossbow] Turn parquet build off for Gandiva.
c8466cd is described below

commit c8466cd2e83f495769e321dc5a25c2bacacb005e
Author: Praveen <prav...@dremio.com>
AuthorDate: Thu May 30 13:33:09 2019 +0530

    ARROW-5443: [Crossbow] Turn parquet build off for Gandiva.
    
    - Turning Parquet Off for Gandiva.
    - It is pulling in additional dependencies that is causing build
      to fail.
    
    Author: Praveen <prav...@dremio.com>
    
    Closes #4412 from praveenbingo/ARROW-5443 and squashes the following 
commits:
    
    6ad58c70 <Praveen> Turn off parquet for linux too.
    c768fd01 <Praveen> ARROW-5443:  Turn parquet build off for Gandiva.
---
 dev/tasks/gandiva-jars/build-cpp-linux.sh | 1 +
 dev/tasks/gandiva-jars/build-cpp-osx.sh   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/dev/tasks/gandiva-jars/build-cpp-linux.sh 
b/dev/tasks/gandiva-jars/build-cpp-linux.sh
index e1df5fc..96fe2a3 100755
--- a/dev/tasks/gandiva-jars/build-cpp-linux.sh
+++ b/dev/tasks/gandiva-jars/build-cpp-linux.sh
@@ -42,6 +42,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
     -DARROW_RPATH_ORIGIN=ON \
     -DARROW_PYTHON=OFF \
     -DARROW_PARQUET=OFF \
+    -DPARQUET_BUILD_ENCRYPTION=OFF \
     -DARROW_GANDIVA=ON \
     -DARROW_GANDIVA_JAVA=ON \
     -DARROW_GANDIVA_JAVA7=ON \
diff --git a/dev/tasks/gandiva-jars/build-cpp-osx.sh 
b/dev/tasks/gandiva-jars/build-cpp-osx.sh
index 8272943..14dc5f2 100755
--- a/dev/tasks/gandiva-jars/build-cpp-osx.sh
+++ b/dev/tasks/gandiva-jars/build-cpp-osx.sh
@@ -31,6 +31,8 @@ pushd cpp
           -DARROW_GANDIVA_STATIC_LIBSTDCPP=ON \
           -DARROW_BUILD_TESTS=ON \
           -DARROW_BUILD_UTILITIES=OFF \
+          -DPARQUET_BUILD_ENCRYPTION=OFF \
+          -DARROW_PARQUET=OFF \
           -DARROW_BOOST_USE_SHARED=OFF"
 
     if [ $TRAVIS_OS_NAME == "osx" ]; then

Reply via email to