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/19 06:44:28 UTC

[arrow] branch master updated (e12d285 -> dbf6379)

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 e12d285  ARROW-6742: [C++] Remove boost::filesystem dependency in hdfs_internal.cc
     add dbf6379  ARROW-7266: [C++] Fix ArrayDataVisitor on sliced binary-like array

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array_binary_test.cc         |  54 +++++++++++
 cpp/src/arrow/array_test.cc                |  37 +++++++
 cpp/src/arrow/compute/kernels/hash_test.cc | 151 ++++++++++++++++++++++++-----
 cpp/src/arrow/visitor_inline.h             |   8 +-
 python/pyarrow/tests/test_array.py         |  22 +++++
 5 files changed, 244 insertions(+), 28 deletions(-)