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

   ### Describe the bug
   
   (Relies on #18944 being merged so it can accept f16 input)
   
   This interpolation step here seems to cause f16 to go out of bounds (into 
inf) so we can't calculate percentiles for f16 as it'll always return NaN:
   
   
https://github.com/apache/datafusion/blob/769f36732a284cec3d549bfcda50cb67684fb5dc/datafusion/functions-aggregate/src/percentile_cont.rs#L753-L758
   
   Need to fix this for f16.
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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