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

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


    from ee2122b6f5 MINOR: [Go] Add LazyQuotes parsing option to CSV reader 
(#37304)
     add b6ab9092af GH-37093: [Python] Add async Flight client with 
GetFlightInfo  (#36986)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc                     |   4 +-
 cpp/src/arrow/flight/client.h                      |   7 ++
 cpp/src/arrow/flight/test_definitions.cc           |   2 +
 cpp/src/arrow/flight/transport.h                   |   6 +-
 cpp/src/arrow/flight/transport/grpc/grpc_client.cc |   9 +-
 python/pyarrow/_flight.pyx                         |  74 ++++++++++++++
 python/pyarrow/error.pxi                           | 113 ++++++++++++---------
 python/pyarrow/includes/common.pxd                 |  14 +++
 python/pyarrow/includes/libarrow_flight.pxd        |   5 +
 python/pyarrow/includes/libarrow_python.pxd        |   2 +-
 python/pyarrow/lib.pxd                             |   1 +
 python/pyarrow/src/arrow/python/async.h            |  60 +++++++++++
 python/pyarrow/src/arrow/python/common.h           |  44 ++++++++
 python/pyarrow/src/arrow/python/pyarrow.cc         |   6 ++
 python/pyarrow/src/arrow/python/pyarrow.h          |   5 +
 python/pyarrow/tests/test_flight_async.py          |  93 +++++++++++++++++
 16 files changed, 388 insertions(+), 57 deletions(-)
 create mode 100644 python/pyarrow/src/arrow/python/async.h
 create mode 100644 python/pyarrow/tests/test_flight_async.py

Reply via email to