grundprinzip commented on code in PR #46002:
URL: https://github.com/apache/spark/pull/46002#discussion_r1562012354
##########
python/pyspark/cloudpickle/cloudpickle.py:
##########
@@ -1461,7 +1461,7 @@ def dump(obj, file, protocol=None, buffer_callback=None):
Pickler(file, protocol=protocol, buffer_callback=buffer_callback).dump(obj)
-def dumps(obj, protocol=None, buffer_callback=None):
+def dumps(obj, protocol=None, buffer_callback=None, dispatch_handlers=None):
Review Comment:
I feel it's a worse change to extract the dumps logic and put it somewhere
else.
--
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]