philo-he commented on issue #10134:
URL: https://github.com/apache/gluten/issues/10134#issuecomment-5114731085

   > Hi [@philo-he](https://github.com/philo-he), I reproduced a narrow Spark 
4.0 exception-chain mismatch on current main 
([8b70147](https://github.com/apache/gluten/commit/8b701473f465e4d7eb05335b0529bad9327db8b3))
 with ANSI fallback disabled. For SELECT 2147483647 + 1, execution is confirmed 
through ProjectExecTransformer, and the native log shows 
checked_add(2147483647, 1). On Spark 4.0, the resulting cause chain is: 
SparkException -> GlutenException -> GlutenException with no 
ArithmeticException. The same regression test passes on Spark 4.1.1, so this 
appears specific to the Spark 4.0 exception propagation path rather than 
missing arithmetic implementation. Would you prefer a separate sub-issue for 
this Spark 4.0 compatibility gap? I can take it and add focused regression 
coverage.
   
   @Smallfu666, thanks for the feedback. Did this come up in the Gluten tests? 
Since it looks benign, could we ignore the Spark 4.0 exception-chain mismatch 
and just adjust the test to pass?


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