Commits


yl187661 authored and Philipp Moritz committed 3405cd43477
ARROW-4236: [java] Distinct plasma client create exceptions when ray puts an object in plasma store, there are 2 exceptions may be thrown, one is "An object with this ID already exists in the plasma store" and the other is "The plasma store ran out of memory and could not create this object", distinct them rather than let them both be the same java class @raulchen please help review Author: yl187661 <yl187661@antfin.com> Author: lynn <yuanlin@ali-187661.local> Closes #3306 from bibabolynn/dev_plasmaClientException and squashes the following commits: 3e512b63c <yl187661> add assert 88e1702ba <yl187661> cpp lint 5586036ac <yl187661> cpp lint c4fe54fd3 <yl187661> cpp lint 10ff110f4 <yl187661> plasmaClientTest catch duplicate object exception acc7c0669 <yl187661> indentation 5699eff38 <yl187661> blank line 4710d5940 <yl187661> fix f3d12a6e5 <lynn> distinct plasma client create exception