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/10 20:39:42 UTC

[arrow] branch master updated (af33dd1 -> cce55b4)

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 af33dd1  ARROW-14096: [C++] add(time, duration) -> time kernel
     add cce55b4  ARROW-15619: [C++] Temporal component extraction function for extracting is_leap_year indicator

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  1 +
 cpp/src/arrow/compute/api_scalar.h                 | 11 +++++++
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 36 ++++++++++++++++++++++
 .../arrow/compute/kernels/scalar_temporal_unary.cc | 31 +++++++++++++++++++
 docs/source/cpp/compute.rst                        |  2 ++
 docs/source/python/api/compute.rst                 |  1 +
 python/pyarrow/tests/test_compute.py               |  5 +++
 7 files changed, 87 insertions(+)