You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/12/14 19:05:57 UTC

[arrow] branch master updated (8c41303 -> 804502f)

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

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


    from 8c41303  ARROW-4015: [Plasma] remove unused interfaces for plasma manager
     add 804502f  ARROW-3184: [C++] Enable modular builds and installs with ARROW_OPTIONAL_INSTALL option. Remove ARROW_GANDIVA_BUILD_TESTS

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                      |  12 ++
 ci/travis_before_script_cpp.sh                   |  18 ++-
 ci/travis_script_python.sh                       |  10 +-
 cpp/CMakeLists.txt                               | 163 +++++++++++++----------
 cpp/README.md                                    |  15 ++-
 cpp/cmake_modules/BuildUtils.cmake               |  20 ++-
 cpp/src/arrow/CMakeLists.txt                     |  26 +---
 cpp/src/arrow/adapters/tensorflow/CMakeLists.txt |   5 +-
 cpp/src/arrow/compute/CMakeLists.txt             |   7 +-
 cpp/src/arrow/csv/CMakeLists.txt                 |   7 +-
 cpp/src/arrow/dbi/hiveserver2/CMakeLists.txt     |  18 +--
 cpp/src/arrow/gpu/CMakeLists.txt                 |   7 +-
 cpp/src/arrow/ipc/CMakeLists.txt                 |  11 +-
 cpp/src/arrow/python/CMakeLists.txt              |  24 +---
 cpp/src/arrow/util/CMakeLists.txt                |  40 +-----
 cpp/src/gandiva/CMakeLists.txt                   |  79 ++++-------
 cpp/src/gandiva/precompiled/CMakeLists.txt       |   2 +-
 cpp/src/parquet/CMakeLists.txt                   |  21 +--
 cpp/src/parquet/api/CMakeLists.txt               |   7 +-
 cpp/src/parquet/arrow/CMakeLists.txt             |   7 +-
 cpp/src/parquet/util/CMakeLists.txt              |   7 +-
 cpp/src/plasma/CMakeLists.txt                    |   6 +-
 cpp/tools/parquet/CMakeLists.txt                 |   4 +-
 dev/tasks/gandiva-jars/build-cpp.sh              |   1 +
 24 files changed, 215 insertions(+), 302 deletions(-)