GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/12615
[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-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12615.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 #12615
----
commit 88252af46941676c020d7d608c54380b8ca305d9
Author: Reynold Xin <[email protected]>
Date: 2016-04-22T06:38:03Z
[SPARK-14842][SQL] Implement view creation in sql/core
commit aded0f38de3a10ad5fbd774967bd869096a0857a
Author: Reynold Xin <[email protected]>
Date: 2016-04-22T07:00:57Z
remove dead code
----
---
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]