AngersZhuuuu commented on pull request #29054: URL: https://github.com/apache/spark/pull/29054#issuecomment-656604927
> We need the number `1` and `2`? How about reformatting it like this? > > ``` > No handler for UDF/UDAF/UDTF 'org.apache.spark.sql.hive.execution.LongProductSum' because; Invalid number of arguments for function longProductSum > ``` For me , I prefer more clear information let user know it's wrong form `super.makeExpressionFunction`. and ``` No handler for UDF/UDAF/UDTF 'org.apache.spark.sql.hive.execution.LongProductSum ``` don't have relation about ``` Invalid number of arguments for function longProductSum ``` ---------------------------------------------------------------- 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]
