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/04/21 15:28:10 UTC

[arrow] branch master updated (5093b80 -> 77fd946)

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 5093b80  ARROW-8477: [C++] Enable reading and writing of long filenames for Windows
     add 77fd946  ARROW-2714: [Python] Implement variable step slicing with Take

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi             | 40 +++++++++++++++++-----
 python/pyarrow/includes/libarrow.pxd |  3 ++
 python/pyarrow/io.pxi                |  2 ++
 python/pyarrow/table.pxi             | 64 ++++++++++++++++++++++++++++++++++--
 python/pyarrow/tests/test_array.py   | 35 +++++++++++++++++---
 5 files changed, 129 insertions(+), 15 deletions(-)