refactor: using table id in RouteRequest and DeleteRequest (#61)

* refactor: using table id in RouteRequest and DeleteRequest
This commit is contained in:
LFC
2023-07-12 17:46:50 +08:00
committed by GitHub
parent f539d95a4f
commit b3039bef25
16 changed files with 2324 additions and 452 deletions
+4
View File
@@ -49,6 +49,10 @@ message Peer {
string addr = 2;
}
message TableId {
uint32 id = 1;
}
message TableName {
string catalog_name = 1;
string schema_name = 2;