samuelcolvin opened a new issue, #12533:
URL: https://github.com/apache/datafusion/issues/12533

   ### Is your feature request related to a problem or challenge?
   
   See https://github.com/pydantic/logfire/issues/433, it would be great to 
have a `percentile_cont` function available in DF that performed similarly to 
the postgres function of the same name.
   
   Would it be appropriate/reasonable to simply alias `approx_percentile_cont` 
as `percentile_cont`? I've ready #1539, but I'm not familiar enough with the 
behaviour to know if it makes sense.
   
   ### Describe the solution you'd like
   
   Ideally the "fix" is as simple as adding an alias?
   
   ### Describe alternatives you've considered
   
   we could add the alias just in our code, but I'd love to hear whether 
@Dandandan @domodwyer @alamb think that makes sense?
   
   ### Additional context
   
   I also mentioned the need for `WITHIN GROUP` support in #11732.


-- 
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]

Reply via email to