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 2020/05/07 16:23:59 UTC

[arrow] branch master updated (d96b4de -> 6002ec3)

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(-)