fix: change table_id type to u32 (#40)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user