goldmedal commented on PR #10661: URL: https://github.com/apache/datafusion/pull/10661#issuecomment-2132241107
I'm confused about the new `median` function. I'm not sure why the name is case-sensitive. ``` Planning query: Plan("Invalid function 'median'.\nDid you mean 'MEDIAN'?\n\n ``` I removed the duplicate name as I did for other functions in 4086688. However, the planner can't resolve the lowercase function name. I have tried and confirmed that other functions (e.g., `first_value` and `approx_median`) are case-insensitive. Only `median` is case-sensitive. Do you have any idea? @alamb I found this function was created in #10644. Gentle ping @jayzhan211 , do you have any idea about it? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org