huaxingao commented on a change in pull request #28428:
URL: https://github.com/apache/spark/pull/28428#discussion_r418756226
##########
File path: docs/sql-ref-identifier.md
##########
@@ -64,6 +64,7 @@ Note: If `spark.sql.ansi.enabled` is set to true, ANSI SQL
reserved keywords can
{% highlight sql %}
-- This CREATE TABLE fails with ParseException because of the illegal
identifier name a.b
CREATE TABLE test (a.b int);
+-- output
Review comment:
Maybe have the same format as ansi compliance page?
<img width="805" alt="Screen Shot 2020-05-01 at 2 57 21 PM"
src="https://user-images.githubusercontent.com/13592258/80844717-3b1b9f80-8bbc-11ea-983d-d187b28951fc.png">
----------------------------------------------------------------
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]