You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yi...@apache.org on 2021/07/15 13:22:27 UTC

[arrow] branch master updated (c56b6e3 -> b1f90c4)

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

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


    from c56b6e3  ARROW-13215: [R] [CI] Add ENV TZ to docker files
     add b1f90c4  ARROW-13253: [FlightRPC][C++] Fix segfault with large messages

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc                 | 14 +++--
 cpp/src/arrow/flight/flight_test.cc            | 53 +++++++++++++++++
 cpp/src/arrow/flight/serialization_internal.cc | 81 ++++++++++++++------------
 cpp/src/arrow/flight/serialization_internal.h  | 20 ++++---
 cpp/src/arrow/flight/server.cc                 | 20 +++----
 cpp/src/arrow/flight/test_util.cc              | 40 +++++++++++++
 cpp/src/arrow/flight/test_util.h               |  3 +
 cpp/src/arrow/flight/types.cc                  | 15 +++++
 cpp/src/arrow/flight/types.h                   |  3 +
 python/pyarrow/tests/test_flight.py            | 73 +++++++++++++++++++++++
 10 files changed, 260 insertions(+), 62 deletions(-)