We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f45e3 commit 5e322b8Copy full SHA for 5e322b8
src/main/java/com/alipay/oceanbase/hbase/OHTablePool.java
@@ -657,7 +657,7 @@ public ExecutorService getRuntimeBatchExecutor(String tableName) {
657
* A proxy class that implements HTableInterface.close method to return the
658
* wrapped table back to the table pool
659
*/
660
- class PooledOHTable implements HTableInterface {
+ public class PooledOHTable implements HTableInterface {
661
662
private HTableInterface table; // actual table implementation
663
0 commit comments