feat: remove table_id in RegionStat (#43)

This commit is contained in:
Weny Xu
2023-05-30 12:37:42 +09:00
committed by GitHub
parent 8d76c044cf
commit 5bf7cd1da6
2 changed files with 67 additions and 79 deletions
-2
View File
@@ -83,8 +83,6 @@ message RegionStat {
// Approximate number of rows in this region
int64 approximate_rows = 6;
uint32 table_id = 7;
// Others
map<string, string> attrs = 100;
}