zhli1142015 opened a new pull request, #5356: URL: https://github.com/apache/incubator-gluten/pull/5356
## What changes were proposed in this pull request? After spark 3.4, try_add would not be converted to try_eval(add), so it isn't fallbacked and output wrong results. Fix this by adding extra check, and try_add for IntegralTypes can be offload to velox. TryMultiply, TrySubtract, TryDivide should have silimar issues, will fix them in separate PRs. ## How was this patch tested? UT. -- 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]
