Commits


Wes McKinney authored and Kouhei Sutou committed 87ac6fddaf2
ARROW-4246: [Plasma][Python][Follow-up] Ensure plasma::ObjectTableEntry always has the same size regardless of whether built with CUDA support This ensures that the struct size remains constant whether `PLASMA_CUDA` is on or off. How this is handled on the Cython side will have to be done in a separate patch Author: Wes McKinney <wesm+git@apache.org> Closes #3401 from wesm/plasma-cuda-fix and squashes the following commits: ef203421 <Wes McKinney> Ensure plasma::ObjectTableEntry always has the same size regardless of whether Plasma has CUDA support