jayzhan211 commented on issue #24410: URL: https://github.com/apache/datafusion/issues/24410#issuecomment-5307444591
https://github.com/apache/datafusion/issues/18281 I think we should support WITHIN GROUP for these four functions rather than fixing the issue for incorrect usage. What do you think, @haohuaijin? ``` // Built-in ordered-set aggregates must also support WITHIN GROUP let is_builtin_ordered_set = matches!( name.as_str(), "percentile_cont" | "quantile_cont" | "approx_percentile_cont" | "approx_percentile_cont_with_weight" ); ``` -- 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]
