Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21546#discussion_r195822151
--- Diff: python/pyspark/serializers.py ---
@@ -184,27 +184,31 @@ def loads(self, obj):
raise NotImplementedError
-class ArrowSerializer(FramedSerializer):
+class ArrowStreamSerializer(Serializer):
--- End diff --
I'm wondering if we can reuse this for `ArrowStreamPandasSerializer`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]