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 2021/08/18 16:06:08 UTC

[arrow] branch master updated (234c94e -> 2ef0edc)

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 234c94e  ARROW-13639: [C++] Fix out-of-bounds access in Concatenate with null slots and empty dictionary
     add 2ef0edc  ARROW-13174: [C++][Compute] Add strftime kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  15 ++
 cpp/src/arrow/compute/api_scalar.h                 |  30 ++++
 cpp/src/arrow/compute/function_test.cc             |   1 +
 cpp/src/arrow/compute/kernels/scalar_temporal.cc   | 182 ++++++++++++++++++---
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 107 ++++++++++++
 cpp/src/arrow/testing/gtest_util.cc                |   9 +
 cpp/src/arrow/testing/gtest_util.h                 |   3 +
 docs/source/cpp/compute.rst                        |  16 +-
 python/pyarrow/_compute.pyx                        |  12 ++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |   4 +
 python/pyarrow/tests/test_compute.py               |  67 ++++++++
 r/tests/testthat/test-dplyr-lubridate.R            |   1 +
 13 files changed, 416 insertions(+), 32 deletions(-)