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 2019/08/20 02:43:53 UTC

[arrow] branch master updated (8f690e3 -> a40d6b6)

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 8f690e3  ARROW-3538: [Python] ability to override the automated assignment of uuid for filenames when writing datasets
     add a40d6b6  ARROW-5978: [FlightRPC] [Java] Properly release buffers in Flight integration client

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/arrow/flight/ArrowMessage.java |   2 +
 .../org/apache/arrow/flight/DictionaryUtils.java   |  12 ++
 .../java/org/apache/arrow/flight/FlightStream.java |  48 +++++-
 .../arrow/flight/example/ExampleFlightServer.java  |   2 +-
 .../apache/arrow/flight/example/FlightHolder.java  |  12 +-
 .../apache/arrow/flight/example/InMemoryStore.java |  10 +-
 .../example/integration/IntegrationTestClient.java |  42 ++++--
 .../org/apache/arrow/flight/TestFlightClient.java  | 168 ++++++++++++++++++++-
 8 files changed, 271 insertions(+), 25 deletions(-)