Repository: hive
Updated Branches:
  refs/heads/branch-1.0.1 3c253c7e2 -> e22fbd485


update schematool


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

Branch: refs/heads/branch-1.0.1
Commit: e22fbd485f25b086ac0ce5e548f00a9031e6bca6
Parents: 3c253c7
Author: Chao Sun <[email protected]>
Authored: Mon May 11 11:05:59 2015 -0700
Committer: Chao Sun <[email protected]>
Committed: Mon May 11 11:05:59 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/e22fbd48/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..67a107d 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");
 
   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