Smallfu666 commented on issue #10134:
URL: https://github.com/apache/gluten/issues/10134#issuecomment-5083248428

   Hi @philo-he , I reproduced a remaining ANSI exception-mapping issue on 
current main (8b701473f) with Spark 4.0 and fallback disabled.
   
   SELECT 2147483647 + 1 is confirmed offloaded to Velox and checked_add 
detects the overflow, but the cause chain becomes:
   
   SparkException -> GlutenException -> GlutenException
   
   This appears to be a JNI/Java exception-translation issue rather than 
missing arithmetic overflow support. Would you prefer a separate sub-issue for 
this? I can take it and add focused regression coverage.


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