Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/18659#discussion_r140555589
--- 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 --
No, that was leftovers.. I'll remove it in a followup.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]