Skip to content

Commit

Permalink
废除导致hive低版本jdbc不兼容的Checker #5837
Browse files Browse the repository at this point in the history
废除导致hive低版本jdbc不兼容的Checker #5837
  • Loading branch information
lizongbo committed May 3, 2024
1 parent a04b160 commit b5d8cba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1400,9 +1400,6 @@ private void initValidConnectionChecker() {
|| (realDriverClassName.equals(JdbcConstants.OCEANBASE_DRIVER2))) {
DbType dbType = DbType.of(this.dbTypeName);
this.validConnectionChecker = new OceanBaseValidConnectionChecker(dbType);
} else if (realDriverClassName.equals(JdbcConstants.HIVE)
|| (realDriverClassName.equals(JdbcConstants.HIVE_DRIVER))) {
this.validConnectionChecker = new HiveValidConnectionChecker();
}

}
Expand Down

This file was deleted.

0 comments on commit b5d8cba

Please sign in to comment.