cloud-fan commented on code in PR #43178:
URL: https://github.com/apache/spark/pull/43178#discussion_r1402130533
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala:
##########
@@ -915,15 +915,15 @@ case class MapObjects private(
}
private lazy val mapElements: scala.collection.Seq[_] => Any =
customCollectionCls match {
- case Some(cls) if classOf[WrappedArray[_]].isAssignableFrom(cls) =>
+ case Some(cls) if classOf[mutable.ArraySeq[_]].isAssignableFrom(cls) =>
Review Comment:
Ah sorry, I misread the scala source code of 2.12
--
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]