HyukjinKwon commented on a change in pull request #34688:
URL: https://github.com/apache/spark/pull/34688#discussion_r755712526



##########
File path: python/pyspark/serializers.py
##########
@@ -19,7 +19,7 @@
 PySpark supports custom serializers for transferring data; this can improve
 performance.
 
-By default, PySpark uses :class:`PickleSerializer` to serialize objects using 
Python's
+By default, PySpark uses :class:`CPickleSerializer` to serialize objects using 
Python's
 `cPickle` serializer, which can serialize nearly any Python object.

Review comment:
       ```suggestion
   C-based pickle serializer, which can serialize nearly any Python object.
   ```




-- 
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]

Reply via email to