This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch feature/format-string-view
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8f9792d68a wrote <=, needed >=
new 10a07d0e66 Extract visitation of views owning buffers
new 0eb21efb37 add cast to/from string_view
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cpp/src/arrow/array/array_binary_test.cc | 8 +
cpp/src/arrow/array/array_test.cc | 52 ++--
cpp/src/arrow/array/data.cc | 13 +-
cpp/src/arrow/array/data.h | 21 +-
cpp/src/arrow/array/validate.cc | 294 ++++++++++++---------
cpp/src/arrow/buffer.h | 8 +
cpp/src/arrow/compute/exec.cc | 3 +
.../arrow/compute/kernels/scalar_cast_internal.cc | 12 +-
.../arrow/compute/kernels/scalar_cast_internal.h | 3 -
.../arrow/compute/kernels/scalar_cast_numeric.cc | 4 +-
.../arrow/compute/kernels/scalar_cast_string.cc | 277 +++++++++++++------
cpp/src/arrow/compute/kernels/scalar_cast_test.cc | 66 +++--
cpp/src/arrow/testing/random.cc | 10 +
13 files changed, 485 insertions(+), 286 deletions(-)