fix: added table_id to RegionStat (#39)

* added table_id to RegionStat

* added go protobuf source codes
This commit is contained in:
Tarun Samanta
2023-05-23 19:08:23 +05:30
committed by GitHub
parent 4204be285f
commit 5838259244
2 changed files with 79 additions and 67 deletions
+2
View File
@@ -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;
}