This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c1be119 ARROW-8775: [C++][FlightRPC] fix integration tests
add c34c6e1 ARROW-8742: [C++][Python] Add GRPC Mutual TLS for clients and
server
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/client.cc | 6 ++++
cpp/src/arrow/flight/client.h | 4 +++
cpp/src/arrow/flight/server.cc | 15 +++++++-
cpp/src/arrow/flight/server.h | 5 ++-
python/examples/flight/client.py | 10 ++++++
python/examples/flight/server.py | 11 ++++--
python/pyarrow/_flight.pyx | 53 ++++++++++++++++++++++-------
python/pyarrow/includes/libarrow_flight.pxd | 5 ++-
python/pyarrow/tests/test_flight.py | 19 +++++++++++
9 files changed, 109 insertions(+), 19 deletions(-)