coderfender commented on PR #1996: URL: https://github.com/apache/datafusion-comet/pull/1996#issuecomment-3064547421
The issue now seems to be one of correctness. Spark (Scala/ JVM) wrap up the division result to Long.MIN_VALUE while Rust / Datafusion return back Long.MAX_VALUE+1 which is then capped to Long.MAX_VALUE by the spark op in `QueryPlanSerDe` . -- 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]
