You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/12 07:05:27 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #10531: How to resolve `pyarrow.deserialize` FutureWarning

jorisvandenbossche commented on issue #10531:
URL: https://github.com/apache/arrow/issues/10531#issuecomment-878026485


   To be clear, the deprecation you are seeing has nothing to do with the maintenance status of Plasma, but it is because you are directly calling `pyarrow.serialize/deserialize`, which are deprecated. As mentioned above, you can avoid this warning by using pickle instead and storing those bytes in the Plasme store. 
   
   (that said, as Wes mentioned, there are currently no people actively maintaining Plasma, which is still problematic for your use of Plasma. I think that further discussion about the maintenance status or possible alternatives would be good to have on the mailing list instead).


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org