Repository: hive Updated Branches: refs/heads/branch-1 f6d807596 -> 9272dd641
update schematool Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/9272dd64 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/9272dd64 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/9272dd64 Branch: refs/heads/branch-1 Commit: 9272dd64189e33533530cd858d68c9a768dd0e87 Parents: f6d8075 Author: Chao Sun <[email protected]> Authored: Mon May 11 09:45:55 2015 -0700 Committer: Thejas Nair <[email protected]> Committed: Thu Jun 18 12:51:58 2015 -0700 ---------------------------------------------------------------------- .../org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/9272dd64/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java ---------------------------------------------------------------------- diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java b/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java index a21b6d1..c4062e9 100644 --- a/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java +++ b/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java @@ -48,7 +48,7 @@ public class MetaStoreSchemaInfo { // that has a corresponding schema. eg "0.13.1" is equivalent to "0.13.0" private static final Map<String, String> EQUIVALENT_VERSIONS = ImmutableMap.of("0.13.1", "0.13.0", - "1.0.0", "0.14.0"); + "1.0.0", "0.14.0", "1.0.1", "1.0.0", "1.1.1", "1.1.0"); public MetaStoreSchemaInfo(String hiveHome, HiveConf hiveConf, String dbType) throws HiveMetaException { this.hiveHome = hiveHome; @@ -156,4 +156,4 @@ public class MetaStoreSchemaInfo { } } -} \ No newline at end of file +}
