At the moment the types pyarrow.Column/ChunkedArray/RecordBatch/Table cannot be pickled. Although it may not be the fastest way to transport them from one process to another, it is a very comfortable one. We should implement a __reduce__() for all of them.
Reporter: Wes McKinney / @wesm
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-1715. Please see the migration documentation for further details.