You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/06/10 14:05:48 UTC

[GitHub] [spark] cloud-fan commented on pull request #28779: [SPARK-31950][SQL][TESTS] Extract SQL keywords from the generated parser class

cloud-fan commented on pull request #28779:
URL: https://github.com/apache/spark/pull/28779#issuecomment-642033217


   I'm thinking about a text-based solution: we add a special line before the keyword section, and another special line after the key work section, then we just read the sqlbase.g4, find the keword section.
   
   We can use it to get ansi reserverd/non-reserved keywords as well.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org