uros-b commented on code in PR #56754:
URL: https://github.com/apache/spark/pull/56754#discussion_r3470722135
##########
python/pyspark/worker.py:
##########
@@ -82,7 +82,6 @@
TransformWithStateInPandasInitStateSerializer,
TransformWithStateInPySparkRowSerializer,
TransformWithStateInPySparkRowInitStateSerializer,
- ArrowStreamAggPandasUDFSerializer,
Review Comment:
If ArrowStreamAggPandasUDFSerializer is now dead code (i.e. there are no
remaining callers), then consider class deletion (either as part of this PR, or
as a followup task with TODO/tracking).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]