esafak opened a new pull request, #2417: URL: https://github.com/apache/fory/pull/2417
## What does this PR do? * Removed cloudpickle dependency and related logic. * Replaced cloudpickle serialization with Fory's native serialization for unsupported types. * Updated serializers for Python arrays, NumPy arrays, and Objects to use native serialization. * Modified tests to reflect the removal of cloudpickle and use of native serialization. * Added global helper functions for testing to avoid issues with local function serialization. * Updated README.md with a note about bazel caching issues. ## Related issues Contributes to #2409 ## Notes Next `PickleSerializer` will be removed bit by bit. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
