You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/30 07:13:42 UTC

[GitHub] [spark] viirya edited a comment on pull request #32404: [SPARK-35278][SQL] Invoke should find the method with correct number of parameters

viirya edited a comment on pull request #32404:
URL: https://github.com/apache/spark/pull/32404#issuecomment-829892880


   ```
   Caused by: sbt.ForkMain$ForkError: java.lang.RuntimeException: Couldn't find apply on interface scala.Function1
   	at scala.sys.package$.error(package.scala:30)
   	at org.apache.spark.sql.catalyst.expressions.objects.Invoke.liftedTree1$1(objects.scala:333)
   	at org.apache.spark.sql.catalyst.expressions.objects.Invoke.method$lzycompute(objects.scala:329)
   	at org.apache.spark.sql.catalyst.expressions.objects.Invoke.method(objects.scala:327)
   	at org.apache.spark.sql.catalyst.expressions.objects.Invoke.doGenCode(objects.scala:359)
   	at org.apache.spark.sql.catalyst.expressions.Expression.$anonfun$genCode$3(Expression.scala:147)
   ```
   
   Switched to `getMethod` seems causing some test failures.


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org