You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/28 21:20:46 UTC

[arrow] branch master updated (63dbc12 -> 05bc63c)

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 63dbc12  ARROW-6376: [Developer] Use target ref of PR when merging instead of hard-coding "master"
     add 05bc63c  ARROW-6263: [Python] Use RecordBatch::Validate in RecordBatch.from_arrays. Normalize API vs. Table.from_arrays. Add record_batch factory function

No new revisions were added by this update.

Summary of changes:
 docs/source/python/api/tables.rst    |   3 +-
 python/pyarrow/__init__.py           |   2 +-
 python/pyarrow/includes/libarrow.pxd |   2 +
 python/pyarrow/table.pxi             | 129 +++++++++++++++++++++++++----------
 python/pyarrow/tests/test_cuda.py    |   2 +-
 python/pyarrow/tests/test_table.py   |  50 ++++++++------
 6 files changed, 129 insertions(+), 59 deletions(-)