feat: add BuildIndexRequest to RegionRequestHeader (#291)
* feat: add `BuildIndexRequest` to `RegionRequestHeader` Signed-off-by: SNC123 <sinhco@outlook.com> * fix: make all Signed-off-by: SNC123 <sinhco@outlook.com> --------- Signed-off-by: SNC123 <sinhco@outlook.com>
This commit is contained in:
@@ -59,6 +59,7 @@ message RegionRequest {
|
||||
BulkInsertRequest bulk_insert = 16;
|
||||
SyncRequest sync = 17;
|
||||
ListMetadataRequest list_metadata = 18;
|
||||
BuildIndexRequest build_index = 19;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -268,3 +269,7 @@ message SyncRequest {
|
||||
message ListMetadataRequest {
|
||||
repeated uint64 region_ids = 1;
|
||||
}
|
||||
|
||||
message BuildIndexRequest {
|
||||
uint64 region_id = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user