-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21887/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-7122
https://issues.apache.org/jira/browse/HIVE-7122
Repository: hive-git
Description
-------
Using create like table user can specify the table storage format.
Example:
create table table1 like table2 stored as ORC;
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java bbc6105
ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g af3ecd0
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 49eb83f
ql/src/java/org/apache/hadoop/hive/ql/plan/CreateTableLikeDesc.java cb5d64c
ql/src/test/queries/clientpositive/create_like.q 13539a6
ql/src/test/results/clientpositive/create_like.q.out 62254fe
Diff: https://reviews.apache.org/r/21887/diff/
Testing
-------
Thanks,
Vasanth kumar RJ