You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/11/16 13:56:13 UTC

[arrow] branch master updated (759c1df -> e5c855a)

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

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


    from 759c1df  ARROW-10577: [Rust][DataFusion] HashAggregator stream finishes unexpectedly after going to Pending state - tests
     add e5c855a  ARROW-10475: [C++][FlightRPC] handle IPv6 hosts

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc      |  3 ++-
 cpp/src/arrow/flight/flight_test.cc | 17 +++++++++++++++++
 cpp/src/arrow/flight/server.cc      |  3 ++-
 cpp/src/arrow/util/uri.cc           | 13 +++++++++++++
 cpp/src/arrow/util/uri.h            |  5 +++++
 cpp/src/arrow/util/uri_test.cc      |  6 ++++++
 6 files changed, 45 insertions(+), 2 deletions(-)