You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/06/08 15:21:47 UTC

[arrow] branch master updated (882c246 -> 47da302)

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

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


    from 882c246  ARROW-12993: [Python] Avoid half-initialized FeatherReader object
     add 47da302  ARROW-12779: [Python][FlightRPC] Guard against DoGet handler that never sends data

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_flight.pyx          | 135 ++++++++++++++++++++----------------
 python/pyarrow/tests/test_flight.py |  33 +++++++++
 2 files changed, 107 insertions(+), 61 deletions(-)