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/05 00:00:12 UTC

[arrow] branch master updated (3eb6e69 -> c819964)

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 3eb6e69  ARROW-10441: [Java] Prevent closure of shared channels for FlightClient
     add c819964  ARROW-10491: [FlightRPC][Java] Fix NPE when using makeContext

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/flight/FlightService.java     |   9 +-
 .../org/apache/arrow/flight/TestFlightService.java | 125 +++++++++++++++++++++
 2 files changed, 132 insertions(+), 2 deletions(-)
 create mode 100644 java/flight/flight-core/src/test/java/org/apache/arrow/flight/TestFlightService.java