Commits


Kouhei Sutou authored and Wes McKinney committed 6f4d1a9d3db
ARROW-4246: [Plasma][Python] PlasmaClient.list returns wrong information with CUDA enabled Plasma It's caused by plasma::ObjectTableEntry layout difference between with/without CUDA. If we put CUDA related members at the last of plasma::ObjectTableEntry, we don't care about built with/without CUDA in Cython code. Author: Kouhei Sutou <kou@clear-code.com> Closes #3398 from kou/plasma-python-fix-list and squashes the following commits: 80b7a8527 <Kouhei Sutou> ARROW-4246: PlasmaClient.list returns wrong information with CUDA enabled Plasma