maropu commented on pull request #29054:
URL: https://github.com/apache/spark/pull/29054#issuecomment-656603797


   > 1. Make Expression failed in SessionCatalog for function name = 
longProductSum: Invalid number of arguments for function longProductSum. 
Expected: 2; Found: 1;
   > 2. No handler for UDF/UDAF/UDTF 
'org.apache.spark.sql.hive.execution.LongProductSum'; line 1 pos 7
   
   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
   ```


----------------------------------------------------------------
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]

Reply via email to