viirya commented on pull request #31747: URL: https://github.com/apache/spark/pull/31747#issuecomment-799711594
There is a test error in the GA: ```java [info] Cause: java.lang.StringIndexOutOfBoundsException: String index out of range: -83 [info] at java.lang.String.substring(String.java:1931) [info] at java.lang.Class.getSimpleBinaryName(Class.java:1448) [info] at java.lang.Class.getSimpleName(Class.java:1309) [info] at org.apache.spark.sql.catalyst.expressions.objects.NewInstance$$anonfun$11.apply(objects.scala:490) ... ``` ---------------------------------------------------------------- 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]
