stanyao commented on code in PR #54972:
URL: https://github.com/apache/spark/pull/54972#discussion_r3150296881


##########
docs/sql-ref-ansi-compliance.md:
##########
@@ -760,6 +761,7 @@ Below is a list of all the keywords in Spark SQL.
 |SUBSTR|non-reserved|non-reserved|non-reserved|
 |SUBSTRING|non-reserved|non-reserved|non-reserved|
 |SYNC|non-reserved|non-reserved|non-reserved|
+|SYSTEM|non-reserved|non-reserved|reserved|

Review Comment:
   Double checked. The SQL-2016 column is correct for both keywords. SYSTEM is 
a reserved word in the SQL:2016 standard while BERNOULLI is not. The reasoning 
for that is that SYSTEM is reserved broadly because of its wide use in other 
syntax like SYSTEM_USER, SYSTEM VERSIONING, etc. 



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