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/30 23:26:37 UTC

[arrow] branch master updated (4e4e938 -> b248788)

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 4e4e938  ARROW-9728: [Rust] [Parquet] Nested definition & repetition for structs
     add b248788  ARROW-10526: [FlightRPC][C++] Client cookie middleware

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/CMakeLists.txt                |   1 +
 cpp/src/arrow/flight/client_cookie_middleware.cc   |  65 +++++
 .../client_cookie_middleware.h}                    |  16 +-
 cpp/src/arrow/flight/client_header_internal.cc     | 247 +++++++++++++++++++
 cpp/src/arrow/flight/client_header_internal.h      |  94 +++++++
 cpp/src/arrow/flight/flight_test.cc                | 269 +++++++++++++++++++++
 cpp/src/arrow/util/uri.cc                          |  18 +-
 cpp/src/arrow/util/uri.h                           |   4 +
 8 files changed, 696 insertions(+), 18 deletions(-)
 create mode 100644 cpp/src/arrow/flight/client_cookie_middleware.cc
 copy cpp/src/arrow/{json/chunker.h => flight/client_cookie_middleware.h} (73%)