LuciferYang commented on code in PR #47664:
URL: https://github.com/apache/spark/pull/47664#discussion_r1710997537


##########
core/src/main/scala/org/apache/spark/api/r/SerDe.scala:
##########
@@ -296,6 +296,7 @@ private[spark] object SerDe {
       // type "scala.collection.mutable.ArraySeq"
       val value = obj match {
         case wa: mutable.ArraySeq[_] => wa.array
+        case im: immutable.ArraySeq[_] => im.unsafeArray

Review Comment:
   for fix sparkr tests



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