This is an automated email from the ASF dual-hosted git repository.
yibocai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2d1bd96 ARROW-14531: [Ruby] Add Arrow::Table#join
add 540dbf6 ARROW-15029: [C++] Split compute/kernels/scalar_string.cc
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 3 +-
.../{scalar_string.cc => scalar_string_ascii.cc} | 5404 +++++++-------------
.../arrow/compute/kernels/scalar_string_internal.h | 474 ++
.../arrow/compute/kernels/scalar_string_utf8.cc | 1423 ++++++
cpp/src/arrow/compute/registry.cc | 1 +
cpp/src/arrow/compute/registry_internal.h | 1 +
6 files changed, 3744 insertions(+), 3562 deletions(-)
rename cpp/src/arrow/compute/kernels/{scalar_string.cc =>
scalar_string_ascii.cc} (64%)
create mode 100644 cpp/src/arrow/compute/kernels/scalar_string_internal.h
create mode 100644 cpp/src/arrow/compute/kernels/scalar_string_utf8.cc