codetyri0n commented on PR #18174:
URL: https://github.com/apache/datafusion/pull/18174#issuecomment-3448097479

   ceil is fully compatible with spark (bar one failing scenario 🥲) 
   unit tests have been added, more slt test cases and second arg enhancement 
thanks to Sail!
   
   would like to have some help/second eyes fixing this scenario im confused 
where the UT passes but slt tests dont:
   [SQL] SELECT ceil(-12.345, 1);             [SQL] SELECT ceil(3.1411, 3);
   [Diff] (-expected|+actual)                     [Diff] (-expected|+actual)
   -   -12.3                                                   -      3.142
   +   -12                                                     +       4
   


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