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 d827c68 ARROW-14111: [C++] Add extraction function support for
time32/time64
add af9a50a ARROW-13561: [C++] Implement week kernel that accepts
WeekOptions
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 24 +++-
cpp/src/arrow/compute/api_scalar.h | 64 ++++++++++-
cpp/src/arrow/compute/function_test.cc | 1 +
cpp/src/arrow/compute/kernels/scalar_temporal.cc | 121 ++++++++++++++++++---
.../arrow/compute/kernels/scalar_temporal_test.cc | 94 +++++++++++-----
docs/source/cpp/compute.rst | 20 +++-
python/pyarrow/_compute.pyx | 24 +++-
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 12 +-
python/pyarrow/tests/test_compute.py | 11 +-
r/R/dplyr-functions.R | 2 +-
r/R/expression.R | 1 +
r/src/compute.cpp | 36 +++++-
r/tests/testthat/test-dplyr-lubridate.R | 18 +++
14 files changed, 364 insertions(+), 65 deletions(-)