You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2021/03/17 18:52:30 UTC

[arrow] branch master updated (3decc46 -> 946bfd9)

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

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


    from 3decc46  ARROW-11997: [Python] concat_tables crashes python interpreter
     add 946bfd9  ARROW-11066: [FlightRPC][Java] Make zero-copy writes a configurable option

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/arrow/flight/ArrowMessage.java | 114 +++++++++++++++++----
 .../arrow/flight/OutboundStreamListener.java       |  16 +++
 .../arrow/flight/OutboundStreamListenerImpl.java   |   8 +-
 .../arrow/flight/grpc/AddWritableBuffer.java       |  18 +++-
 .../apache/arrow/flight/TestBasicOperation.java    |   9 +-
 .../org/apache/arrow/flight/TestDoExchange.java    |  57 +++++++++++
 .../arrow/flight/perf/PerformanceTestServer.java   |   3 +-
 7 files changed, 199 insertions(+), 26 deletions(-)