jonahgao opened a new issue, #8082: URL: https://github.com/apache/arrow-datafusion/issues/8082
### Describe the bug ```sh DataFusion CLI v33.0.0 ❯ select covaria(1,1); Error during planning: Invalid function 'covaria'. Did you mean 'COVARIANCE'? ❯ select COVARIANCE(1,1); Error during planning: Invalid function 'covariance'. Did you mean 'COVARIANCE'? ``` The function `COVARIANCE` in this suggestion is invalid. ### To Reproduce As mentioned above. ### Expected behavior All suggested functions should be valid. ### Additional context _No response_ -- 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]
