mgaido91 commented on issue #21599: [SPARK-26218][SQL] Overflow on arithmetic operations returns incorrect result URL: https://github.com/apache/spark/pull/21599#issuecomment-505924180 @JoshRosen I checked using the `addExact`. The only issue I see with it is that it is present only for int and long. Since our operations handle double and float too, we would need to further specialize the operations for those datatypes. I'd prefer to investigate this in a followup/different Jira if you agree.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
