Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/21546#discussion_r196172265
--- Diff: python/pyspark/serializers.py ---
@@ -184,27 +184,31 @@ def loads(self, obj):
raise NotImplementedError
-class ArrowSerializer(FramedSerializer):
+class ArrowStreamSerializer(Serializer):
--- End diff --
That was my thought too. It's pretty close, although we do some different
handling `ArrowStreamPandasSerializer` that needs to fit in somewhere. Maybe
we can look into this as a followup?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]