cloud-fan commented on a change in pull request #24093: [SPARK-27161][SQL]
improve the document of SQL keywords
URL: https://github.com/apache/spark/pull/24093#discussion_r265611345
##########
File path:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
##########
@@ -1215,6 +1232,9 @@ nonReserved
| YEARS
;
+//============================
+// Start of the keywords list
+//============================
SELECT: 'SELECT';
Review comment:
We should sort the keyword list. It's better to do it in a followup to keep
the diff small for this PR.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]