Skip to content

Commit 5e322b8

Browse files
authored
Update OHTablePool.java (#35)
need use PooledOHTable in our cases
1 parent 92f45e3 commit 5e322b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/hbase/OHTablePool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ public ExecutorService getRuntimeBatchExecutor(String tableName) {
657657
* A proxy class that implements HTableInterface.close method to return the
658658
* wrapped table back to the table pool
659659
*/
660-
class PooledOHTable implements HTableInterface {
660+
public class PooledOHTable implements HTableInterface {
661661

662662
private HTableInterface table; // actual table implementation
663663

0 commit comments

Comments
 (0)