GitHub user guoxiaolongzte opened a pull request:

    https://github.com/apache/spark/pull/17490

    [SPARK-20167]In SqlBase.g4,some of the comments is not correct.

    ## What changes were proposed in this pull request?
    
    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.
    
    ## How was this patch tested?
    
    manual tests
    
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guoxiaolongzte/spark SPARK-20167

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17490.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17490
    
----
commit 503267bf43663dcc9a434cd1c9dfe9f604fc8b65
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-03-31T04:02:40Z

    [SPARK-20167]In SqlBase.g4,some of the comments is not correct.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to