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

    https://github.com/apache/spark/pull/18659#discussion_r140396700
  
    --- Diff: python/pyspark/serializers.py ---
    @@ -199,6 +211,55 @@ def __repr__(self):
             return "ArrowSerializer"
     
     
    +class ArrowPandasSerializer(ArrowSerializer):
    +    """
    +    Serializes Pandas.Series as Arrow data.
    +    """
    +
    +    def __init__(self):
    +        super(ArrowPandasSerializer, self).__init__()
    --- End diff --
    
    Do we need this?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to