----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66131/ -----------------------------------------------------------
(Updated Апрель 19, 2018, 12:53 п.п.) Review request for hive, Ashutosh Chauhan, Jesús Camacho Rodríguez, and Prasanth_J. Bugs: HIVE-18983 https://issues.apache.org/jira/browse/HIVE-18983 Repository: hive-git Description ------- Currently, Create table like support table properties. But it doesn't inherit table properties from original table. It uses just default table properties and doesn't inherit properties from original table. It would be great if create table like will inherit origin table properties and will override them if they are specified in query . Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 88b5ed8 ql/src/test/results/clientpositive/create_alter_list_bucketing_table1.q.out e74be62 ql/src/test/results/clientpositive/create_like.q.out 7c26a59 ql/src/test/results/clientpositive/create_like2.q.out 601b929 ql/src/test/results/clientpositive/explain_ddl.q.out 6506e89 standalone-metastore/src/main/java/org/apache/hadoop/hive/common/StatsSetupConst.java 78ea01d Diff: https://reviews.apache.org/r/66131/diff/4/ Changes: https://reviews.apache.org/r/66131/diff/3-4/ Testing ------- Thanks, Igor Kryvenko