alamb commented on issue #12533: URL: https://github.com/apache/datafusion/issues/12533#issuecomment-2361342279
I think the expectation for `PERCENTILE_CONT` is that it will implement an exact calculation -- and to do so the implementation needs to keep all the actual values (e.g. the same way MEDIAN works). So in other words, I think aliasing `PERCENTILE_CONT` to the approximate version would be confusing to anyone who actually needed the real value 🤔 -- 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]
