This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch maint-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 087249bb5f MINOR: [Dev] Update CODEOWNERS for kou (#36572)
new 92c5d744ec GH-36284: [Python][Parquet] Support write page index in
Python API (#36290)
new b6a34657d0 GH-36599: [MATLAB] Bump libmexclass version to 3465900
(#36600)
new 608669f1c2 GH-36568: [Go] Include Timestamp Zone in ValueStr (#36569)
new 0f747311a4 GH-36311: [C++] Fix integer overflows in
`utf8_slice_codeunits` (#36575)
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:
.../arrow/compute/kernels/scalar_string_test.cc | 35 ++++++++++++++++++++++
.../arrow/compute/kernels/scalar_string_utf8.cc | 18 +++++++----
go/arrow/array/timestamp.go | 13 ++++++--
go/arrow/array/timestamp_test.go | 18 +++++++++++
matlab/tools/cmake/BuildMatlabArrowInterface.cmake | 2 +-
python/pyarrow/_compute.pyx | 2 ++
python/pyarrow/_parquet.pxd | 11 ++++++-
python/pyarrow/_parquet.pyx | 30 +++++++++++++++----
python/pyarrow/parquet/core.py | 11 +++++++
python/pyarrow/tests/parquet/test_metadata.py | 15 ++++++++++
python/pyarrow/tests/test_compute.py | 2 +-
11 files changed, 142 insertions(+), 15 deletions(-)