This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c15637d ARROW-8080: [C++] Add ARROW_SIMD_LEVEL option
add fdf8fdc ARROW-7858: [C++][Python] Support casting from ExtensionArray
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/cast.cc | 69 ++++++++++++++++++++++++++---
cpp/src/arrow/compute/kernels/cast_test.cc | 51 +++++++++++++++++++++
cpp/src/arrow/testing/extension_type.h | 28 ++++++++++++
cpp/src/arrow/testing/gtest_util.cc | 40 ++++++++++++++---
python/pyarrow/tests/test_extension_type.py | 45 +++++++++++++++++++
5 files changed, 223 insertions(+), 10 deletions(-)