planga82 commented on PR #616:
URL: https://github.com/apache/datafusion-comet/pull/616#issuecomment-2222827653

   Thank you very much @andygrove  for the explanation and the PR. In addition 
to @dharanad  question
   
   In Spark we have three different behaviors
   
   ANSI mode disable --> Same behavior as Datafusion, return an incorrect value
   ANSI mode enabled
   -  X + y : Fail with overflow message
   -  try_add(x, y): Return null value on overflow
   
   Should we implement this try_add behavior in Datafusion?
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to