----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15184/#review28167 -----------------------------------------------------------
trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java <https://reviews.apache.org/r/15184/#comment54797> Can you also add a test case where analyze table is followed by an alter table, to verify that stats invalidation is happening in such cases ? - Thejas Nair On Nov. 1, 2013, 6:23 p.m., Ashutosh Chauhan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15184/ > ----------------------------------------------------------- > > (Updated Nov. 1, 2013, 6:23 p.m.) > > > Review request for hive and Thejas Nair. > > > Bugs: HIVE-3777 > https://issues.apache.org/jira/browse/HIVE-3777 > > > Repository: hive > > > Description > ------- > > Store state of stats. > > > Diffs > ----- > > trunk/common/src/java/org/apache/hadoop/hive/common/StatsSetupConst.java > 1537954 > > trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java > 1537954 > trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/StatsTask.java 1537954 > trunk/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 1537954 > trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/StatsOptimizer.java > 1537954 > > Diff: https://reviews.apache.org/r/15184/diff/ > > > Testing > ------- > > Existing tests suffice. > > > Thanks, > > Ashutosh Chauhan > >