jorisvandenbossche commented on PR #41889: URL: https://github.com/apache/arrow/pull/41889#issuecomment-2152528984
Anyway, the reason this fails is because I think pickling is not expected to work with non-CPU data. Even if it does not segfault, we should not allow calling it if it simply gives garbage results (it seems all null in the second case). I would add a similar error to `__reduce_ex__` to avoid getting those confusing errors or wrong results. -- 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]
