xiangfu0 opened a new issue #7609: URL: https://github.com/apache/pinot/issues/7609
When users have a typo in function name or have mismatched function signature, Pinot gives `Unsupported function` error. ``` Unsupported function: distinctcountll with 1 parameters\n\tat org.apache.pinot.core.operator.transform.function.TransformFunctionFactory.get ``` It will be helpful if the error message can specify if the function name is unknown or the function signature doesn't match(maybe better to show the correct signatures). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
