You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2020/11/06 23:51:53 UTC

[arrow] branch master updated (ddda960 -> 47f2e0c)

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