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 3a4962dd8c GH-41047: [C#] Address performance issue of reading from
StringArray (#41048)
new 1558d3f320 GH-38768: [Python] Empty slicing an array backwards beyond
the start is now empty (#40682)
new 93d2db0cf2 GH-40689: [Docs] Add nanoarrow to implementation status
page (#41052)
new ef530eb5b3 GH-41088: [CI][Crossbow] Fix GitHub Actions workflow syntax
error (#41091)
new e138bdc5f0 GH-41043: [CI][Python] check message in
test_make_write_options_error for Cython 2 (#41059)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev/tasks/python-wheels/github.osx.yml | 3 +-
dev/tasks/verify-rc/github.macos.yml | 3 +-
docs/source/index.rst | 1 +
docs/source/status.rst | 470 +++++++++++++++++----------------
python/pyarrow/array.pxi | 29 +-
python/pyarrow/tests/test_array.py | 1 +
python/pyarrow/tests/test_dataset.py | 14 +-
7 files changed, 251 insertions(+), 270 deletions(-)