This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9c57eb3 ARROW-14189: [Docs] Add version dropdown to the sphinx docs
add 846b6be ARROW-14470: [Python] Expose the use_threads option in
Feather read functions
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/feather.cc | 25 ++++++++++++++++++-------
cpp/src/arrow/ipc/feather.h | 10 ++++++++++
python/pyarrow/_feather.pyx | 10 +++++++---
python/pyarrow/feather.py | 14 +++++++++-----
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/includes/libarrow_feather.pxd | 5 +++--
python/pyarrow/tests/test_feather.py | 26 ++++++++++++++++++++++++++
7 files changed, 74 insertions(+), 17 deletions(-)