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:
Sicong Hu
2025-11-25 14:18:19 +08:00
committed by GitHub
parent 437e6a1ef8
commit 0df99f09f1
5 changed files with 1934 additions and 570 deletions
+5
View File
@@ -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;
}