jorisvandenbossche opened a new issue, #41662: URL: https://github.com/apache/arrow/issues/41662
Currently, several of the methods of `pyarrow.Buffer` crash when the buffer is pointing to data that lives on a non-CPU device, such as `hex()` or `__getitem__`. We should ensure that the base Buffer class does not segfault by ensuring the data `is_cpu()` for those methods that access the actual data of the buffer (and therefore assume it lives on the CPU). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
