Skip to content

Commit

Permalink
update schematool
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed May 11, 2015
1 parent 3c253c7 commit e22fbd4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -156,4 +156,4 @@ public static String getHiveSchemaVersion() {
}
}

}
}

0 comments on commit e22fbd4

Please sign in to comment.