comphead commented on issue #2793: URL: https://github.com/apache/datafusion-comet/issues/2793#issuecomment-3558950557
@andygrove looks like for ANSI mode Spark evaluates decimal overflow even before calling native code. The test above is to show that native code doesn't respect nullOnOverflow flag and never crashes on overflow, but looks like for ansi mode if overflow happens then Spark even doesn't call MakeDecimal -- 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]
