Closed syamajala closed 2 years ago
pyarrow.serialize is deprecated and will be removed in a future version of pyarrow. The pyarrow documentation recommends using pickle protocol version 5 for zero-copy serialization.
This has been fixed
pyarrow.serialize is deprecated and will be removed in a future version of pyarrow. The pyarrow documentation recommends using pickle protocol version 5 for zero-copy serialization.