Commits


Yuhong Guo authored and Antoine Pitrou committed b22848952f0
ARROW-4610: [Plasma] Avoid Crash in Plasma Java Client This PR removes all `ARROW_CHECK` from the JNI code to avoid Java client from crashing. The Java client will throw exception instead. For one thing, it is better to throw exceptions from the lower part and let the upper user to decide how to handle it. For another, JVM should not crash at all times and there are a lot of JVM core dump files when we are doing some failover tests by killing Plasma Server. Author: Yuhong Guo <yuhong.gyh@antfin.com> Closes #3682 from guoyuhong/removeCheckFromJNI and squashes the following commits: 3cbb4e3d9 <Yuhong Guo> Add Plasma Client Java test 52c52bdd3 <Yuhong Guo> Avoid Crash in Plasma Java Client