Smallfu666 opened a new pull request, #5162:
URL: https://github.com/apache/datafusion-comet/pull/5162

   Closes #5093
   
   ### Summary
   - Replace the validity-blind ANSI overflow pre-scan with Arrow's checked 
`neg` kernel, which natively skips null slots.
   - Preserve Spark overflow error mapping (`SparkError::ArithmeticOverflow`).
   - Keep legacy mode and `MonthDayNano` dispatch unchanged.
   
   ### Tests
   - `cargo fmt --check`
   - `cargo clippy -p datafusion-comet-spark-expr --all-targets -- -D warnings`
   - `cargo test -p datafusion-comet-spark-expr`
   - `CometExecSuite` on Spark 3.5 / Scala 2.12


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