fix: change table_id type to u32 (#40)

This commit is contained in:
Weny Xu
2023-05-29 16:08:55 +09:00
committed by GitHub
parent 4e6161351a
commit 8d76c044cf
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ message RegionStat {
// Approximate number of rows in this region
int64 approximate_rows = 6;
uint64 table_id = 7;
uint32 table_id = 7;
// Others
map<string, string> attrs = 100;