----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50888/ -----------------------------------------------------------
(Updated Aug. 23, 2016, 5:04 a.m.) Review request for hive and Ashutosh Chauhan. Bugs: HIVE-14462 https://issues.apache.org/jira/browse/HIVE-14462 Repository: hive-git Description ------- Metastore already does all the validations. Lots of MS calls are made just before add_partitions to double check if the partitions exists. This impacts perf when large number of partitions are present. Diffs (updated) ----- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 3f85ca6 ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java a59b781 ql/src/java/org/apache/hadoop/hive/ql/metadata/CheckResult.java ec9deeb ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMetaStoreChecker.java a164b12 ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveMetaStoreChecker.java 5b8ec60 Diff: https://reviews.apache.org/r/50888/diff/ Testing ------- Thanks, Rajesh Balamohan