HyukjinKwon commented on code in PR #51621:
URL: https://github.com/apache/spark/pull/51621#discussion_r2274883634


##########
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:
   Where is this triggered? Nested types and things should be handled in 
`RowPickler`. This pyrolite is designed to address Java instances so I would 
like to understand where this Scala instances pop up.



-- 
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]

Reply via email to