alamb commented on PR #21988:
URL: https://github.com/apache/datafusion/pull/21988#issuecomment-4381090906

   > My intuition is that if a user chose Decimal for their column, they likely 
expect the median to stay in Decimal as well, since Decimal preserves exact 
precision whereas Float64 is an approximation.
   
   
   
   maybe @Jefffrey was suggesting we implement PercentileCont for decimal too 🤔 
   
   And then we could alias median to percentile_cont and remove the specific 
median implementation 🤔 


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