ShreyeshArangath opened a new pull request, #2394: URL: https://github.com/apache/auron/pull/2394
# Which issue does this PR close? Closes #2368 # Rationale for this change Under ANSI mode (spark.sql.ansi.enabled=true, the default in Spark 4.x), the native engine does not honor Spark's arithmetic-overflow semantics. Integer/long negation that overflows wraps around in the native engine, whereas vanilla Spark throws SparkArithmeticException: [ARITHMETIC_OVERFLOW]. # What changes are included in this PR? # Are there any user-facing changes? Behavior fix for Spark 4.x # How was this patch tested? Unit tested # Was this patch authored or co-authored using generative AI tooling? - [x] Yes - [ ] No Generated-by: Copilot and GPT 5.6 -- 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]
