----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41176/#review134468 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java (line 88) <https://reviews.apache.org/r/41176/#comment199288> Good I see you are using the isInputFileFormatSelfDescribing method. - Matt McCline On May 18, 2016, 1:08 a.m., Ashutosh Chauhan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41176/ > ----------------------------------------------------------- > > (Updated May 18, 2016, 1:08 a.m.) > > > Review request for hive, Gopal V and Matt McCline. > > > Bugs: HIVE-12643 > https://issues.apache.org/jira/browse/HIVE-12643 > > > Repository: hive-git > > > Description > ------- > > For self describing InputFormat don't replicate schema information in > partitions > > > Diffs > ----- > > metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java > 6bc882a > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 449bef8 > ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.java 812af9a > ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java > 4a156a2 > ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java 4d627ef > ql/src/test/results/clientpositive/quotedid_tblproperty.q.out ca1dbe6 > ql/src/test/results/clientpositive/tez/vector_partition_diff_num_cols.q.out > f23a359 > ql/src/test/results/clientpositive/vector_partition_diff_num_cols.q.out > ef92b89 > > Diff: https://reviews.apache.org/r/41176/diff/ > > > Testing > ------- > > existing tests > > > Thanks, > > Ashutosh Chauhan > >