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 2019/09/10 02:09:06 UTC

[arrow] branch master updated (a32112f -> c0baff4)

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 a32112f  ARROW-6292: [C++] Add option to use the mimalloc allocator
     add c0baff4  ARROW-5743: [C++] Add cmake option and macros for enabling large memory tests

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                                | 4 ++++
 cpp/cmake_modules/DefineOptions.cmake             | 2 ++
 cpp/src/arrow/io/file_test.cc                     | 2 +-
 cpp/src/arrow/testing/gtest_util.h                | 6 ++++++
 cpp/src/gandiva/tests/huge_table_test.cc          | 8 ++++----
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 2 +-
 6 files changed, 18 insertions(+), 6 deletions(-)