This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-16.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 9bdf082777 GH-41124: [CI][C++] Don't use CMake 3.29.1 with vcpkg
(#41151)
add ed064404b5 GH-41169: [CI][Release] Specify --build-config explicitly
on Windows (#41178)
add 4ec41de4d2 GH-41167: [CI][Release][GLib][Conda] Pin
gobject-introspection to 1.78.1 (#41181)
add 8c625d76fa GH-41176: [C++] Stop defining ARROW_TEST_MEMCHECK in
config.h.cmake (#41177)
add 41b99cb608 GH-38010: [Python] Construct pyarrow.Field and ChunkedArray
through Arrow PyCapsule Protocol (#40818)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/test_util.cc | 3 +--
cpp/src/arrow/util/config.h.cmake | 1 -
dev/release/verify-release-candidate.bat | 5 +++-
dev/release/verify-release-candidate.sh | 4 +++-
docs/source/python/extending_types.rst | 29 ++++++++++++++++++++--
python/pyarrow/table.pxi | 37 ++++++++++++++++++++++++----
python/pyarrow/tests/test_array.py | 2 +-
python/pyarrow/tests/test_cffi.py | 12 ++++++++--
python/pyarrow/tests/test_table.py | 41 ++++++++++++++++++++++++++++++++
python/pyarrow/tests/test_types.py | 22 +++++++++++++++++
python/pyarrow/types.pxi | 18 +++++++++++++-
11 files changed, 159 insertions(+), 15 deletions(-)