maropu commented on a change in pull request #31747:
URL: https://github.com/apache/spark/pull/31747#discussion_r594854533
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala
##########
@@ -487,7 +487,7 @@ case class NewInstance(
ev.isNull = resultIsNull
val constructorCall = outer.map { gen =>
- s"${gen.value}.new ${cls.getSimpleName}($argString)"
+ s"${gen.value}.new ${Utils.getSimpleName(cls)}($argString)"
Review comment:
I temporarily apply this fix (#31709) to check if the tests can pass.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]