You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/02/10 13:53:05 UTC

[arrow] branch master updated (bf1653e -> 6600a39)

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

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


    from bf1653e  ARROW-7662: [R] Support creating ListArray from R list
     add 6600a39  ARROW-5742: [CI][C++] Add nightly Valgrind build

No new revisions were added by this update.

Summary of changes:
 ci/docker/conda-cpp.dockerfile      |  4 ++--
 ci/scripts/cpp_build.sh             |  4 +++-
 cpp/CMakeLists.txt                  |  4 ++++
 cpp/cmake_modules/BuildUtils.cmake  |  3 ---
 cpp/src/arrow/array/diff.cc         |  2 +-
 cpp/src/arrow/util/bit_util_test.cc |  5 +++++
 cpp/src/arrow/util/io_util.cc       |  7 +++++++
 dev/tasks/tasks.yml                 | 11 +++++++++++
 docker-compose.yml                  | 31 +++++++++++++++++++++++++++++++
 9 files changed, 64 insertions(+), 7 deletions(-)