Commits


Yuhong Guo authored and Robert Nishihara committed 756f64536c7
ARROW-3648: [Plasma][Java] Add API to get metadata and data at the same time Current Arrow Java Plasma client has no API to get the metadata and data together in one API call. If we split this process into two API calls, the object status could be different. Current observation shows that the first call could be empty(object not stored yet) while the second call will success but the metadata and data does not match. Author: Yuhong Guo <yuhong.gyh@antfin.com> Closes #2862 from guoyuhong/javaClientMetaTest and squashes the following commits: bd10550f <Yuhong Guo> Use self-defined data struct 58f80c80 <Yuhong Guo> Remove Pair.of b5fba3b6 <Yuhong Guo> Fix POM 9ecf2d6c <Yuhong Guo> Fix 2f597090 <Yuhong Guo> Add dependency to pom f987cbce <Yuhong Guo> Lint 8b1519b8 <Yuhong Guo> Add Support for reading once for data and meta for Plasma java client f7462109 <Yuhong Guo> Lint 97ff76ec <Yuhong Guo> Add test case to cover Java Plasma Client Test