Neltherion commented on issue #11239:
URL: https://github.com/apache/arrow/issues/11239#issuecomment-930061947


   Thanks for the detailed answer. Here's my use case:
   
   I'm serializing the `Persons` array (containing other attributes some of 
which aren't numpy array but simple data types) and sending it over some kind 
of network transport (such as a TCP Socket) and need to deserialize the data in 
another process on another computer.
   
   If I want to use Pickle 5 for this purpose, should I send both the 
`persons_pickled` and `buffers` objects via the Socket? If that's the case, 
isn't there a cleaner way to only send one pickled object just like when I was 
using PyArrow?


-- 
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]


Reply via email to