Add data header to requests (#240)

This commit is contained in:
Lei, HUANG
2025-05-23 14:18:52 +08:00
committed by GitHub
parent 4d4136692f
commit 67ee5f94e5
4 changed files with 241 additions and 53 deletions
+2 -1
View File
@@ -195,7 +195,8 @@ message BulkInsertRequest {
message ArrowIpc {
uint64 region_id = 1;
bytes schema = 2;
bytes payload = 3;
bytes data_header = 3;
bytes payload = 4;
}
// Manifest info for mito engine.