Commits


David Sisson authored and GitHub committed 16f6644e577
GH-33588: [Substrait] Add Substrait→Acero mapping for round operationMajor: (#33775) 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. * Closes: #33588 Authored-by: David Sisson <EpsilonPrime@users.noreply.github.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>