jorisvandenbossche commented on issue #10531: URL: https://github.com/apache/arrow/issues/10531#issuecomment-861448935
As the message suggests, could you use pickle instead here? Instead of putting/getting the buffer returned from `pyarrow.serialize`, you could do the same with the pickled buffer from `pickle.dumps` (I _assume_, have no direct experience with Plasma myself) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
