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 2020/01/14 00:23:23 UTC

[arrow] branch master updated (78b54d9 -> 469e9cb)

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 78b54d9  ARROW-7465: [C++] Add Arrow memory benchmark for Arm64
     add 469e9cb  ARROW-7552: [C++] [CI] Disable timing-sensitive tests on public CI

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cpp.yml             | 3 +++
 .github/workflows/cpp_cron.yml        | 3 +++
 ci/appveyor-cpp-build.bat             | 3 +++
 ci/cpp-msvc-build-main.bat            | 2 +-
 ci/scripts/cpp_build.sh               | 1 +
 cpp/CMakeLists.txt                    | 4 ++++
 cpp/cmake_modules/DefineOptions.cmake | 2 ++
 cpp/src/arrow/flight/flight_test.cc   | 8 ++++++++
 cpp/src/arrow/io/memory_test.cc       | 4 ++++
 cpp/src/arrow/util/logging_test.cc    | 4 ++++
 cpp/src/arrow/util/macros.h           | 2 +-
 docker-compose.yml                    | 6 ++++++
 12 files changed, 40 insertions(+), 2 deletions(-)