You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/08/01 22:34:00 UTC

[jira] [Updated] (ARROW-5904) [Java] [Plasma] Fix compilation of Plasma Java client

     [ https://issues.apache.org/jira/browse/ARROW-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-5904:
--------------------------------
    Fix Version/s:     (was: 1.0.0)
                   0.15.0

> [Java] [Plasma] Fix compilation of Plasma Java client
> -----------------------------------------------------
>
>                 Key: ARROW-5904
>                 URL: https://issues.apache.org/jira/browse/ARROW-5904
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++ - Plasma
>            Reporter: Philipp Moritz
>            Assignee: Philipp Moritz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.1, 0.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This is broken since the introduction of user-defined Status messages:
> {code:java}
> external/plasma/cpp/src/plasma/lib/java/org_apache_arrow_plasma_PlasmaClientJNI.cc: In function '_jobject* Java_org_apache_arrow_plasma_PlasmaClientJNI_create(JNIEnv*, jclass, jlong, jbyteArray, jint, jbyteArray)':
> external/plasma/cpp/src/plasma/lib/java/org_apache_arrow_plasma_PlasmaClientJNI.cc:114:9: error: 'class arrow::Status' has no member named 'IsPlasmaObjectExists'
>    if (s.IsPlasmaObjectExists()) {
>          ^
> external/plasma/cpp/src/plasma/lib/java/org_apache_arrow_plasma_PlasmaClientJNI.cc:120:9: error: 'class arrow::Status' has no member named 'IsPlasmaStoreFull'
>    if (s.IsPlasmaStoreFull()) {
>          ^{code}
> [~guoyuhong85] Can you add this codepath to the test so we can catch this kind of breakage more quickly in the future?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)