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/06/10 16:48:46 UTC

[arrow] branch master updated (6ba8987 -> 49f4b18)

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 6ba8987  ARROW-12937: [C++][Python] Allow setting default metadata for new S3 files
     add 49f4b18  ARROW-12948: [C++][Python] Add slice_replace kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.h                 |  12 ++
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 160 +++++++++++++++++++++
 .../arrow/compute/kernels/scalar_string_test.cc    | 100 +++++++++++++
 docs/source/cpp/compute.rst                        |  65 +++++----
 docs/source/python/api/compute.rst                 |   6 +
 python/pyarrow/_compute.pyx                        |  18 +++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |   7 +
 python/pyarrow/tests/test_compute.py               |  28 ++++
 9 files changed, 369 insertions(+), 28 deletions(-)