Skip to content
Snippets Groups Projects
Commit c0611018 authored by Reynold Xin's avatar Reynold Xin
Browse files

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

Author: Reynold Xin <rxin@databricks.com>

Closes #12615 from rxin/SPARK-14842-2.
parent 7dde1da9
No related branches found
No related tags found
No related merge requests found
Showing
with 140 additions and 182 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment