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/03/02 22:11:18 UTC

[arrow] branch master updated (e3acbab -> 467129e)

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 e3acbab  ARROW-7882 [C++][Gandiva] Optimise like function for substring pattern
     add 467129e  ARROW-7749: [C++] Link more tests together

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       | 18 +++++---
 cpp/src/arrow/csv/CMakeLists.txt                   | 10 +++--
 cpp/src/arrow/csv/column_builder_test.cc           |  1 +
 .../arrow/csv/{test_common.h => test_common.cc}    | 13 +-----
 cpp/src/arrow/csv/test_common.h                    | 50 ++++++----------------
 cpp/src/arrow/filesystem/CMakeLists.txt            |  8 ++--
 cpp/src/arrow/memory_pool_test.cc                  | 17 ++++----
 cpp/src/arrow/testing/gtest_util.cc                |  7 +++
 cpp/src/arrow/testing/gtest_util.h                 |  3 ++
 cpp/src/arrow/util/CMakeLists.txt                  | 15 +++----
 cpp/src/arrow/util/logging_test.cc                 | 39 -----------------
 cpp/src/arrow/util/task_group_test.cc              | 21 ++++-----
 cpp/src/arrow/util/thread_pool_test.cc             | 15 +++----
 13 files changed, 76 insertions(+), 141 deletions(-)
 copy cpp/src/arrow/csv/{test_common.h => test_common.cc} (87%)