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 2020/04/02 15:50:46 UTC

[arrow] branch master updated (9ad2cc4 -> fad2165)

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 9ad2cc4  ARROW-8276: [C++][Dataset] Use Scanner for Fragment.to_table
     add fad2165  ARROW-8082: [Plasma] Add JNI list() interface

No new revisions were added by this update.

Summary of changes:
 .../java/org_apache_arrow_plasma_PlasmaClientJNI.cc  | 20 ++++++++++++++++++++
 .../java/org_apache_arrow_plasma_PlasmaClientJNI.h   |  9 +++++++++
 .../org/apache/arrow/plasma/ObjectStoreLink.java     |  5 +++++
 .../java/org/apache/arrow/plasma/PlasmaClient.java   |  6 ++++++
 .../org/apache/arrow/plasma/PlasmaClientJNI.java     |  1 +
 .../org/apache/arrow/plasma/PlasmaClientTest.java    | 14 ++++++++++++++
 6 files changed, 55 insertions(+)