[ https://issues.apache.org/jira/browse/ARROW-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Philipp Moritz resolved ARROW-5904. ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.1 Issue resolved by pull request 4849 [https://github.com/apache/arrow/pull/4849] > [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 > Reporter: Philipp Moritz > Priority: Major > Labels: pull-request-available > Fix For: 0.14.1 > > Time Spent: 20m > 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)