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 e771b94 ARROW-8480: [Rust] Use NonNull well aligned pointer as Unique
reference
add 1413963 ARROW-8314: [Python] Add a Table.select method to select a
subset of columns
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/table.cc | 20 ++++++++++++
cpp/src/arrow/table.h | 3 ++
cpp/src/arrow/table_test.cc | 16 +++++++++
python/pyarrow/feather.py | 5 +--
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/table.pxi | 63 ++++++++++++++++++++++++++++--------
python/pyarrow/tests/test_dataset.py | 4 +--
python/pyarrow/tests/test_table.py | 51 +++++++++++++++++++++++++++++
8 files changed, 144 insertions(+), 19 deletions(-)