huaxingao commented on a change in pull request #28451:
URL: https://github.com/apache/spark/pull/28451#discussion_r419871848
##########
File path: docs/sql-ref-ansi-compliance.md
##########
@@ -66,7 +66,7 @@ This means that in case an operation causes overflows, the
result is the same wi
On the other hand, Spark SQL returns null for decimal overflows.
When `spark.sql.ansi.enabled` is set to `true` and an overflow occurs in
numeric and interval arithmetic operations, it throws an arithmetic exception
at runtime.
-{% highlight sql %}
+```sql
-- `spark.sql.ansi.enabled=true`
Review comment:
I don't have a strong opinion on this. seems to me comment is OK too.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]