You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/02/26 08:58:34 UTC

[arrow] branch master updated (cb65a91 -> 76db492)

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

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


    from cb65a91  ARROW-7937: [Python][Packaging] Remove boost from the macos wheels
     add 76db492  ARROW-6393: [C++] Add EqualOptions support in SparseTensor::Equals

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compare.cc            | 110 ++++--
 cpp/src/arrow/compare.h             |   3 +-
 cpp/src/arrow/sparse_tensor.cc      |   4 +-
 cpp/src/arrow/sparse_tensor.h       |   3 +-
 cpp/src/arrow/sparse_tensor_test.cc | 657 +++++++++++++++++++++++++++---------
 5 files changed, 587 insertions(+), 190 deletions(-)