Kouhei Sutou created ARROW-4246: ----------------------------------- Summary: [Plasma][Python] PlasmaClient.list doesn't work with CUDA enabled Plasma Key: ARROW-4246 URL: https://issues.apache.org/jira/browse/ARROW-4246 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 0.12.0 Reporter: Kouhei Sutou
{{plasma::ObjectTableEntry}} layout is changed with CUDA enabled build: https://github.com/apache/arrow/blob/master/cpp/src/plasma/common.h#L97-L100 But it's not cared in Cython code: https://github.com/apache/arrow/blob/master/python/pyarrow/_plasma.pyx#L77-L78 -- This message was sent by Atlassian JIRA (v7.6.3#76005)