funrollloops commented on code in PR #56786:
URL: https://github.com/apache/spark/pull/56786#discussion_r3478121891
##########
python/pyspark/sql/streaming/stateful_processor_api_client.py:
##########
@@ -74,7 +107,7 @@ def __init__(
else:
self.handle_state = StatefulProcessorHandleState.CREATED
self.utf8_deserializer = UTF8Deserializer()
- self.pickleSer = CPickleSerializer()
+ self.pickleSer = PickleSerializer()
Review Comment:
Switching to PickleSerializer is intentional and addressed in the PR
description.
--
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]