andygrove commented on issue #3190: URL: https://github.com/apache/datafusion-comet/issues/3190#issuecomment-5113045905
`PercentileCont` is a `RuntimeReplaceableAggregate`. Its `replacement` is simply the underlying `Percentile` aggregate, which is substituted before physical planning, so Comet's aggregate serde never sees `PercentileCont`. Native `percentile_cont` support is therefore gated on `Percentile`, not on this class. Closing as not actionable as specified. -- 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]
