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 d96b4de ARROW-8728: [C++] Fix bitmap operation buffer overflow
add 6002ec3 ARROW-8641: [C++][Python] Sort included indices in IpcReader
- Respect column selection in FeatherReader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/read_write_test.cc | 18 +++++++++
cpp/src/arrow/ipc/reader.cc | 6 ++-
python/pyarrow/feather.pxi | 4 ++
python/pyarrow/feather.py | 29 ++++++++++----
python/pyarrow/tests/test_dataset.py | 6 +++
python/pyarrow/tests/test_feather.py | 74 ++++++++++++++++++++++++++++++++++--
6 files changed, 125 insertions(+), 12 deletions(-)