GitHub user rxin opened a pull request:

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

    [SPARK-14842][SQL] Implement view creation in sql/core

    ## What changes were proposed in this pull request?
    This patch re-implements view creation command in sql/core, based on the 
pre-existing view creation command in the Hive module. This consolidates the 
view creation logical command and physical command into a single one, called 
CreateViewCommand.
    
    ## How was this patch tested?
    All the code should've been tested by existing tests.

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

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

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

    https://github.com/apache/spark/pull/12603.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 #12603
    
----
commit 9070900ceeca6b1b68391cebf5c4e27177aa676d
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T06:08:59Z

    [SPARK-14841][SQL] Move SQLBuilder into sql/core

commit 2c3dddb324f1cc3485d6531144335b4dedaa67e6
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T06:11:16Z

    fix style

commit 6b1da0f1e485dc229ff438e4092a052f86ff6f0e
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T06:15:30Z

    ok more style fix...

commit e93136206bd37c0bea0cdcd9e454b4d89232dd23
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T06:17:29Z

    dataframe -> dataset

commit 71f258e785f9bd7a774d9a17ff76527cf76ab096
Author: Reynold Xin <[email protected]>
Date:   2016-04-22T06:38:03Z

    [SPARK-14842][SQL] Implement view creation in sql/core

----


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