zeruibao commented on code in PR #51621:
URL: https://github.com/apache/spark/pull/51621#discussion_r2275172022
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/EvaluatePython.scala:
##########
@@ -225,6 +226,42 @@ object EvaluatePython {
private val module = "pyspark.sql.types"
+ /**
+ * Pickler for ArraySeq
+ */
+ private class ArraySeqPickler extends IObjectPickler {
+
+ private val cls = classOf[ArraySeq[_]]
Review Comment:
addressed offline. Remove Pickler and handle mutable.ArraySeq
--
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]