fix: restore region selection to avoid breaking main branch (#236)

This commit is contained in:
Lei, HUANG
2025-05-07 11:02:58 +08:00
committed by GitHub
parent 754d20f5ef
commit bdca8e50e4
4 changed files with 1634 additions and 212 deletions
+7 -2
View File
@@ -193,9 +193,14 @@ message BulkInsertRequest {
}
message ArrowIpc {
bytes schema = 1;
bytes payload = 2;
repeated RegionSelection region_selection = 3;
}
message RegionSelection {
uint64 region_id = 1;
bytes schema = 2;
bytes payload = 3;
bytes selection = 2;
}
// Manifest info for mito engine.