Repository: hive
Updated Branches:
  refs/heads/branch-1.2 703882c66 -> ef4b7d3ed


update schematool


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/ef4b7d3e
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ef4b7d3e
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/ef4b7d3e

Branch: refs/heads/branch-1.2
Commit: ef4b7d3ed631626b5efcd1a5c14163a1fc88865c
Parents: 703882c
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:41 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/ef4b7d3e/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
+}

Reply via email to