guoxiaolongzte created SPARK-20167:
--------------------------------------

             Summary: In SqlBase.g4,some of the comments is not correct.
                 Key: SPARK-20167
                 URL: https://issues.apache.org/jira/browse/SPARK-20167
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.1.0
            Reporter: guoxiaolongzte
            Priority: Minor


In SqlBase.g4,some of the comments is not correct.
eg.
  | DROP TABLE (IF EXISTS)? tableIdentifier PURGE?             #dropTable
  | DROP VIEW (IF EXISTS)? tableIdentifier                              
#dropTable

 the comments of ‘DROP VIEW (IF EXISTS)? tableIdentifier ’should be  dropView



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to