You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/12/05 07:23:48 UTC

[arrow] branch master updated (10ba282 -> d6caca3)

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

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


    from 10ba282  ARROW-7322: [CI][Python] Fall back to arrowdev dockerhub organization for manylinux images
     add d6caca3  ARROW-6637: [C++] Further streamline default build, add ARROW_CSV CMake option

No new revisions were added by this update.

Summary of changes:
 ci/PKGBUILD                           |  7 ++++++-
 ci/scripts/cpp_build.sh               |  2 ++
 cpp/CMakeLists.txt                    | 15 ++++++++++++++-
 cpp/cmake_modules/DefineOptions.cmake | 12 +++++++-----
 cpp/examples/minimal_build/build.sh   | 10 +---------
 cpp/src/arrow/CMakeLists.txt          | 24 ++++++++++++++++--------
 cpp/src/arrow/array/CMakeLists.txt    |  6 +++++-
 dev/tasks/python-wheels/osx-build.sh  |  1 +
 docs/source/developers/cpp.rst        | 13 ++++++++++---
 python/manylinux1/README.md           |  2 +-
 python/manylinux2010/README.md        |  2 +-
 11 files changed, 64 insertions(+), 30 deletions(-)