This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 32de498ca7 GH-44668: [Docs] Fix ColumnChunkMetaData offset
documentation in pyarrow (#44670)
add b193c4f701 GH-36954: [Python] Add more FlightInfo / FlightEndpoint
attributes (#43537)
No new revisions were added by this update.
Summary of changes:
python/examples/flight/client.py | 3 +
python/pyarrow/_flight.pyx | 108 +++++++++++--
.../pyarrow/includes/chrono.pxd | 11 +-
python/pyarrow/includes/libarrow_flight.pxd | 7 +
python/pyarrow/includes/libarrow_python.pxd | 4 +
python/pyarrow/src/arrow/python/datetime.h | 14 ++
python/pyarrow/src/arrow/python/flight.cc | 9 +-
python/pyarrow/src/arrow/python/flight.h | 3 +-
python/pyarrow/tests/test_flight.py | 174 ++++++++++++++++++---
python/pyarrow/tests/test_flight_async.py | 4 +-
10 files changed, 288 insertions(+), 49 deletions(-)
copy ci/scripts/csharp_build.sh => python/pyarrow/includes/chrono.pxd (85%)
mode change 100755 => 100644