Skip to content

Commit

Permalink
fix: change table_id type to u32 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 29, 2023
1 parent 4e61613 commit 8d76c04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go/greptime/v1/meta/heartbeat.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/greptime/v1/meta/heartbeat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d76c04

Please sign in to comment.