----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39505/#review103352 -----------------------------------------------------------
Ship it! Ship It! - Xuefu Zhang On Oct. 21, 2015, 2:32 a.m., Chaoyu Tang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39505/ > ----------------------------------------------------------- > > (Updated Oct. 21, 2015, 2:32 a.m.) > > > Review request for hive. > > > Bugs: HIVE-12218 > https://issues.apache.org/jira/browse/HIVE-12218 > > > Repository: hive-git > > > Description > ------- > > In creating a like table to a non-native table (e.g. HBase table), the table > property storage_handler should be passed from the liken table to the new > like one, since this property is used to deduce SerDe, InputFormat etc for > this new non-native table. Without it, the new table could not be created > since it fails in the table validation. > > > Diffs > ----- > > hbase-handler/src/test/queries/positive/hbase_queries.q 9ea9b1a > hbase-handler/src/test/results/positive/hbase_queries.q.out e76169a > ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java 076791f > > Diff: https://reviews.apache.org/r/39505/diff/ > > > Testing > ------- > > 1. qtest for this case passed > 2. Running the precommit-test > > > Thanks, > > Chaoyu Tang > >