EpsilonPrime opened a new pull request, #33774:
URL: https://github.com/apache/arrow/pull/33774

   Adds binary round kernel for float types.
   Provides fallback for binary round from int types to double. Does not 
provide fallback for binary round for decimal types.
   
   Minor:
   Fixes fallback behavior to only affect the first argument. Corrects fallback 
error message to display the original type instead of the fallback type when 
the underlying type cannot be found. Round benchmark changed to be driven like 
arithmetic benchamrk instead of the string benchmark.
   
   Trivial:
   Renames Arithmetic to Round to match the containing module. Removes some 
unreachable code.
   


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

Reply via email to