maropu commented on a change in pull request #24125: 
[SPARK-27161][SQL][FOLLOWUP] Drops non-keywords from docs/sql-keywords.md
URL: https://github.com/apache/spark/pull/24125#discussion_r266362291
 
 

 ##########
 File path: 
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
 ##########
 @@ -1233,257 +1234,260 @@ nonReserved
     | YEARS
     ;
 
+// NOTE: If you add a new token in the list below, you should update
+// a list of keywords in `docs/sql-keywords.md`, too.
 
 Review comment:
   ok

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

Reply via email to