Skip to content

Commit 633d349

Browse files
committed
delete table and table exists function
1 parent 8554f31 commit 633d349

File tree

5 files changed

+829
-3
lines changed

5 files changed

+829
-3
lines changed

src/main/java/com/alipay/oceanbase/hbase/execute/AbstractObTableMetaExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public T execute(ObTableClient client, ObTableMetaRequest request) throws IOExce
1515
if (request.getMetaType() != getMetaType()) {
1616
throw new IOException("Invalid meta type, expected " + getMetaType());
1717
}
18-
ObTable table = client.randomTable();
18+
ObTable table = client.getRandomTable();
1919
ObTableMetaResponse response;
2020
try {
2121
response = (ObTableMetaResponse) client.executeWithRetry(

0 commit comments

Comments
 (0)