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/29 16:10:55 UTC

[arrow] branch master updated (fda6b27 -> d0a5c5b)

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 fda6b27  ARROW-13187: [Python] Avoid creating reference cycle when reading CSV file
     add d0a5c5b  ARROW-12716: [C++] Add string padding kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.h                 |  10 ++
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 194 +++++++++++++++++++--
 .../arrow/compute/kernels/scalar_string_test.cc    |  47 +++++
 cpp/src/arrow/util/utf8.h                          |  10 ++
 cpp/src/arrow/util/utf8_util_test.cc               |  20 +++
 docs/source/cpp/compute.rst                        |  21 +++
 docs/source/python/api/compute.rst                 |  16 ++
 python/pyarrow/_compute.pyx                        |  17 ++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |   6 +
 python/pyarrow/tests/test_compute.py               |  12 ++
 11 files changed, 342 insertions(+), 12 deletions(-)