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 451445e ARROW-5675: [Doc] Fix typo in Xcode workflow documentation
add 1718fe3 ARROW-5654: [C++][Python] Add ChunkedArray::Validate method
that checks chunk types for consistency, invoke in Python
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/table-test.cc | 21 +++++++++++++++++++++
cpp/src/arrow/table.cc | 17 +++++++++++++++++
cpp/src/arrow/table.h | 3 +++
python/pyarrow/includes/libarrow.pxd | 2 ++
python/pyarrow/table.pxi | 6 ++++++
python/pyarrow/tests/test_table.py | 7 ++++++-
6 files changed, 55 insertions(+), 1 deletion(-)