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

    https://github.com/apache/spark/pull/21546#discussion_r195501939
  
    --- Diff: python/pyspark/serializers.py ---
    @@ -184,24 +184,28 @@ def loads(self, obj):
             raise NotImplementedError
     
     
    -class ArrowSerializer(FramedSerializer):
    +class ArrowSerializer(Serializer):
    --- End diff --
    
    Maybe `ArrowStreamSerializer`?


---

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

Reply via email to