SAY-5 opened a new pull request, #21562:
URL: https://github.com/apache/datafusion/pull/21562

   Closes #21560
   
   Extends `ceil` to accept optional scale parameter matching Spark SQL:
   `ceil(value, scale)` = `ceil(value * 10^scale) / 10^scale`
   
   Supports Float32/Float64 with Int64 scale, both scalar and array inputs.


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