This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 881aebf ARROW-8940: [Java] Fix the performance degradation of
integration tests
add 9a44ad8 ARROW-8858: [FlightRPC] ensure binary/multi-valued headers
are properly exposed
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/middleware.h | 7 +-
.../java/org/apache/arrow/flight/CallHeaders.java | 3 -
.../apache/arrow/flight/grpc/MetadataAdapter.java | 9 +-
.../apache/arrow/flight/TestClientMiddleware.java | 147 +++++++++++++++++++++
python/pyarrow/_flight.pyx | 39 +++---
python/pyarrow/tests/test_flight.py | 90 ++++++++++++-
6 files changed, 265 insertions(+), 30 deletions(-)