MaxGekk commented on pull request #33751:
URL: https://github.com/apache/spark/pull/33751#issuecomment-899614009


   > Could you provide examples of features implemented as ANSI mode by default?
   
   @gengliangwang Look at any expression in `intervalExpressions.scala` that 
operates over ANSI interval types. It throws the arithmetic overflow exception 
by default independently from the SQL config, for instance. For 
`CalendarIntervalType`, we throw such exception only when 
`spark.sql.ansi.enabled` is `true`.


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