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 ddda960 ARROW-10482: [Python] Fix compression per column in Parquet
writing
add 47f2e0c ARROW-10428: [FlightRPC][Java] Add support for HTTP cookies
No new revisions were added by this update.
Summary of changes:
.../flight/client/ClientCookieMiddleware.java | 130 ++++++++++
.../arrow/flight/client/TestCookieHandling.java | 267 +++++++++++++++++++++
2 files changed, 397 insertions(+)
create mode 100644
java/flight/flight-core/src/main/java/org/apache/arrow/flight/client/ClientCookieMiddleware.java
create mode 100644
java/flight/flight-core/src/test/java/org/apache/arrow/flight/client/TestCookieHandling.java