This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6e1b62509b GH-40801: [Docs] Clarify device identifier documentation in
the Arrow C Device data interface (#41101)
add 831b94a65e GH-40866: [C++][Python] Basic conversion of RecordBatch to
Arrow Tensor - add support for row-major (#40867)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/record_batch.cc | 79 ++++++++++---
cpp/src/arrow/record_batch.h | 4 +-
cpp/src/arrow/record_batch_test.cc | 212 ++++++++++++++++++++++++++++++-----
python/pyarrow/includes/libarrow.pxd | 3 +-
python/pyarrow/table.pxi | 36 ++++--
python/pyarrow/tests/test_table.py | 74 +++++++-----
6 files changed, 326 insertions(+), 82 deletions(-)