Philipp Moritz created ARROW-5904:
-------------------------------------
Summary: [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
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.3#76005)