Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
This is broken since the introduction of user-defined Status messages:
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()) { ^
guoyuhong85 Can you add this codepath to the test so we can catch this kind of breakage more quickly in the future?
Attachments
Issue Links
- links to