spark-instrumented-optimizer/sql/hive/src
ouyangxiaochen 6e45b547ce [SPARK-19115][SQL] Supporting Create Table Like Location
What changes were proposed in this pull request?

Support CREATE [EXTERNAL] TABLE LIKE LOCATION... syntax for Hive serde and datasource tables.
In this PR,we follow SparkSQL design rules :

    supporting create table like view or physical table or temporary view with location.
    creating a table with location,this table will be an external table other than managed table.

How was this patch tested?

Add new test cases and update existing test cases

Author: ouyangxiaochen <ou.yangxiaochen@zte.com.cn>

Closes #16868 from ouyangxiaochen/spark19115.
2017-02-13 19:41:44 -08:00
..
main [SPARK-19448][SQL] optimize some duplication functions between HiveClientImpl and HiveUtils 2017-02-11 22:21:14 -08:00
test [SPARK-19115][SQL] Supporting Create Table Like Location 2017-02-13 19:41:44 -08:00