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

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


    from 4d2cf9f  ARROW-10175: [CI] Fix nightly HDFS integration tests (ensure 
to use legacy dataset)
     add 9e587be  ARROW-10206: [C++][Python][FlightRPC] Allow disabling server 
validation

No new revisions were added by this update.

Summary of changes:
 ci/conda_env_cpp.yml                               |  2 +-
 cpp/cmake_modules/Findzstd.cmake                   | 20 +++--
 cpp/src/arrow/flight/CMakeLists.txt                | 42 ++++++++++
 cpp/src/arrow/flight/client.cc                     | 95 +++++++++++++++++++---
 cpp/src/arrow/flight/client.h                      |  6 ++
 cpp/src/arrow/flight/flight_test.cc                | 26 ++++++
 .../check_tls_opts_127.cc}                         | 44 ++++------
 .../check_tls_opts_132.cc}                         | 44 ++++------
 python/pyarrow/_flight.pyx                         | 31 +++++--
 python/pyarrow/includes/libarrow_flight.pxd        |  1 +
 python/pyarrow/tests/test_flight.py                | 13 +++
 11 files changed, 244 insertions(+), 80 deletions(-)
 copy cpp/src/arrow/flight/{middleware_internal.h => 
try_compile/check_tls_opts_127.cc} (55%)
 copy cpp/src/arrow/flight/{middleware_internal.h => 
try_compile/check_tls_opts_132.cc} (56%)

Reply via email to