Commits

Philipp Moritz authored 8c413036775
ARROW-4015: [Plasma] remove unused interfaces for plasma manager https://github.com/apache/arrow/issues/3154 This removes unused plasma interfaces Fetch(), Wait(), Transfer() and Info(), which depend on plasma manager which has already been removed from ray. Author: Philipp Moritz <pcmoritz@gmail.com> Author: Zhijun Fu <pingfu.fzj@antfin.com> Author: Robert Nishihara <robertnishihara@gmail.com> Closes #3167 from zhijunfu/remove-legacy-interfaces and squashes the following commits: 0efb5005f <Philipp Moritz> fix tensorflow op be92e9085 <Philipp Moritz> fix java client 9da2cd38b <Philipp Moritz> Update _plasma.pyx 16ec63e9a <Robert Nishihara> More updates e7413f739 <Robert Nishihara> Update _plasma.pyx 21398b5e7 <Zhijun Fu> merge bcb320400 <Zhijun Fu> address comments 7967aea09 <Philipp Moritz> Merge branch 'master' into remove-legacy-interfaces 583cd97c4 <Zhijun Fu> ARROW-4015: remove unused interfaces for plasma manager