Smallfu666 commented on issue #10134: URL: https://github.com/apache/gluten/issues/10134#issuecomment-5215966687
Yes, it came up in the ANSI validate suite (`ArithmeticAnsiValidateSuite`, run with ansiFallback disabled), not on any production path. Agreed it's benign — no need for a separate sub-issue. I'll keep the regression lenient: it asserts the overflow still throws and that the query stays on `ProjectExecTransformer` (native checked arithmetic actually runs), and on Spark 4.0 it intercepts `SparkException` rather than requiring `ArithmeticException` in the cause chain. That passes on both 4.0 and 4.1. -- 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]
