You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/05/22 19:30:33 UTC

[arrow] branch master updated (c18251e -> eb4e9e5)

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

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


    from c18251e  ARROW-4651: [Flight] Use URIs instead of host/port pair
     add eb4e9e5  ARROW-5254: [Flight][Java] Change Flight doAction to allow multiple responses in Java

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/flight/FlightProducer.java    |  3 +-
 .../org/apache/arrow/flight/FlightService.java     |  9 ++---
 .../apache/arrow/flight/NoOpFlightProducer.java    |  3 +-
 .../apache/arrow/flight/example/InMemoryStore.java | 15 ++++++---
 .../apache/arrow/flight/TestBasicOperation.java    | 38 ++++++++++++++++++----
 .../org/apache/arrow/flight/TestCallOptions.java   | 10 ++++--
 .../org/apache/arrow/flight/TestLargeMessage.java  |  5 +--
 .../arrow/flight/perf/PerformanceTestServer.java   |  5 +--
 8 files changed, 62 insertions(+), 26 deletions(-)