Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1460#discussion_r15211313
  
    --- Diff: python/pyspark/serializers.py ---
    @@ -297,6 +297,33 @@ class MarshalSerializer(FramedSerializer):
         loads = marshal.loads
     
     
    +class AutoSerializer(FramedSerializer):
    --- End diff --
    
    It will fails in some cases, such as array, so it's not safe to make it as 
default. I will improve it later and try to make it as default. Currently, it's 
still useful, because people can use it in most cases.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to