You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/11/03 06:24:49 UTC

[GitHub] [pinot] xiangfu0 commented on issue #7609: Separate errors for function call error message

xiangfu0 commented on issue #7609:
URL: https://github.com/apache/pinot/issues/7609#issuecomment-958682583


   > @xiangfu0 I assume you mean having the error message convey something like `Did you mean 'distinct' instead of 'distinctcountll'?`
   > 
   > Would it make sense to point to the docs instead?
   
   Current error message(`Unsupported function: distinctcountll with 1 parameters`) mentioned the error could come from two parts:
   1. Function name is wrong, e.g. user may write cout instead of count
   2. Function name is correct but the arguments is wrong, e.g. sum(a) is supported, but not sum(a,b)
   
   We want this error message to be more specific on which error it is.
   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org