Skip to content

Commit 4663f65

Browse files
committed
revert the change in ObTableClient, move the specific change to HBase client
1 parent cf4c972 commit 4663f65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,10 +3257,6 @@ public void setParamURL(String paramURL) throws IllegalArgumentException {
32573257
}
32583258
}
32593259
}
3260-
// set db as "default" if the user does not assign any database
3261-
if (db == null) {
3262-
db = "default";
3263-
}
32643260

32653261
if (StringUtils.isBlank(db)) {
32663262
throw new IllegalArgumentException(String.format(

0 commit comments

Comments
 (0)