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 a21b6d1fb5a6..67a107d564f7 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 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 static String getHiveSchemaVersion() { } } -} \ No newline at end of file +}