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 e39326b ARROW-8299: [C++] Reusable "optional ParallelFor" function
for optional use of multithreading
add 90a47c0 ARROW-8370: [C++] Migrate type/schema APIs to Result<T>
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/dict_internal.cc | 12 +-
cpp/src/arrow/array_view_test.cc | 6 +-
cpp/src/arrow/dataset/partition.cc | 2 +-
cpp/src/arrow/extension_type.cc | 6 +
cpp/src/arrow/extension_type.h | 13 +-
cpp/src/arrow/extension_type_test.cc | 31 ++---
cpp/src/arrow/ipc/metadata_internal.cc | 4 +-
cpp/src/arrow/python/arrow_to_pandas.cc | 5 +-
cpp/src/arrow/python/deserialize.cc | 2 +-
cpp/src/arrow/python/extension_type.cc | 7 +-
cpp/src/arrow/python/extension_type.h | 6 +-
cpp/src/arrow/python/inference.cc | 4 +-
cpp/src/arrow/python/pyarrow.cc | 219 +++++--------------------------
cpp/src/arrow/python/pyarrow.h | 88 ++++---------
cpp/src/arrow/python/pyarrow_api.h | 11 +-
cpp/src/arrow/python/pyarrow_lib.h | 3 +-
cpp/src/arrow/python/serialize.cc | 21 ++-
cpp/src/arrow/record_batch.cc | 6 +-
cpp/src/arrow/table.cc | 9 +-
cpp/src/arrow/testing/extension_type.h | 12 +-
cpp/src/arrow/testing/gtest_util.cc | 16 +--
cpp/src/arrow/type.cc | 58 ++++----
cpp/src/arrow/type.h | 19 ++-
cpp/src/arrow/type_test.cc | 12 +-
cpp/src/parquet/arrow/reader_internal.cc | 6 +-
python/pyarrow/includes/libarrow.pxd | 10 +-
python/pyarrow/lib.pxd | 3 +-
python/pyarrow/public-api.pxi | 13 ++
python/pyarrow/types.pxi | 6 +-
r/src/datatype.cpp | 4 +-
30 files changed, 233 insertions(+), 381 deletions(-)