You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/02/02 14:53:05 UTC

[arrow] branch master updated (c715beb -> 56386a4)

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

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


    from c715beb  ARROW-10924: [C++] Validate temporal data in ValidateArrayFull
     add 56386a4  ARROW-14093: [C++] subtract(date, date) -> duration kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  84 ++++++-
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 243 +++++++++++----------
 2 files changed, 210 insertions(+), 117 deletions(-)