comphead commented on issue #2793:
URL: 
https://github.com/apache/datafusion-comet/issues/2793#issuecomment-3563798156

   > [@comphead](https://github.com/comphead) , this is great finding. If I 
understand this right, Decimal math ops are being gated on overflow checks on 
the JVM side itself (some sort of pre-validation / optimization) ?
   
   Thats my understanding for now,  you can try to enable ANSI and run math ops 
and check if native code called or stopped on JVM level. it is halted on JVAM 
that what I observed for MakeDecimal and it might be also true for math ops


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