Repository: hive Updated Branches: refs/heads/branch-1.1.1 770f62054 -> 984637541
update schematool Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/98463754 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/98463754 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/98463754 Branch: refs/heads/branch-1.1.1 Commit: 98463754159d4a8ac52ea949fc6d98925149ce8d Parents: 770f620 Author: Chao Sun <[email protected]> Authored: Mon May 11 09:45:55 2015 -0700 Committer: Chao Sun <[email protected]> Committed: Mon May 11 09:45:55 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/98463754/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 +}
