You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2019/09/01 13:00:11 UTC

[arrow] branch master updated (a179933 -> b74b027)

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from a179933  ARROW-6392: [FlightRPC][Python] check type of list_flights result
     add b74b027  ARROW-6403: [Python] Expose FileReader::ReadRowGroups() to Python

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_parquet.pxd          |  6 +++++
 python/pyarrow/_parquet.pyx          | 13 +++++++++--
 python/pyarrow/parquet.py            | 30 ++++++++++++++++++++++++
 python/pyarrow/tests/test_parquet.py | 44 ++++++++++++++++++++++++++++++++++++
 4 files changed, 91 insertions(+), 2 deletions(-)