fix: added table_id to RegionStat (#39)
* added table_id to RegionStat * added go protobuf source codes
This commit is contained in:
@@ -83,6 +83,8 @@ message RegionStat {
|
||||
// Approximate number of rows in this region
|
||||
int64 approximate_rows = 6;
|
||||
|
||||
uint64 table_id = 7;
|
||||
|
||||
// Others
|
||||
map<string, string> attrs = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user