tsuna / gohbase

Pure-Go HBase client
Apache License 2.0
736 stars 213 forks source link

Whether to add a table status interface and add a table major #271

Open huangpeng0817 opened 2 months ago

huangpeng0817 commented 2 months ago

Whether it is possible to add an interface to obtain the state of the table, such as whether the table is closed or open, whether the table is merging, major or small merge; Also see if you can add a method to admin_client that specifies the table to perform a major

dethi commented 2 weeks ago

Open to contribution