GitHub user rxin opened a pull request:

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

    [SPARK-14778][SQL] Move as many parsing rules as possible into SQL parser

    ## What changes were proposed in this pull request?
    This patch moves as many parsing rules as possible into SQL parser. There 
are only three more left after this patch: (1) run native command, (2) analyze, 
and (3) script IO. These 3 will be dealt with in a follow-up PR.
    
    ## How was this patch tested?
    No test change. This simply moves code around.


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

    $ git pull https://github.com/rxin/spark SPARK-14792

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

    https://github.com/apache/spark/pull/12556.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 #12556
    
----
commit 74f55a6f3816d9e5a66e5fc9c3b413520b5eab40
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T01:13:32Z

    [SPARK-14782][SQL] Remove HiveConf dependency from HiveSqlAstBuilder

commit b761a179fd48370d210f3051307339ab3f5f0ba2
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T02:23:14Z

    a checkpoint

commit 0b58e18a46066fee2c13fa520f590769b35d51a0
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T02:30:07Z

    Fix tests

commit 704c607a6a095b424d1bb6b0f4e5492351e2a44d
Author: Reynold Xin <[email protected]>
Date:   2016-04-21T02:56:56Z

    Merge branch 'SPARK-14782' into parser-backup

----


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