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 e70fda5  ARROW-13783. [Python] Preview data when printing tables
     add 65f06cd  ARROW-13878: [C++] Implement fixed-size-binary support for 
several kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/codegen_internal.cc  |  14 +-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  20 ++
 .../arrow/compute/kernels/scalar_cast_string.cc    |  86 ++++++-
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  64 ++++-
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |   7 +
 .../arrow/compute/kernels/scalar_compare_test.cc   | 283 +++++++++++++++++++++
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 145 +++++++++++
 .../arrow/compute/kernels/scalar_string_test.cc    | 194 ++++++++++++++
 cpp/src/arrow/type_traits.h                        |   2 +
 9 files changed, 809 insertions(+), 6 deletions(-)

Reply via email to