feat: use path for ApplyStagingManifestRequest (#297)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2025-12-30 14:57:56 +08:00
committed by GitHub
parent 520fa524f9
commit a2e5099d72
5 changed files with 418 additions and 369 deletions
+4 -2
View File
@@ -287,6 +287,8 @@ message ApplyStagingManifestRequest {
uint64 region_id = 1;
// The partition expression of the staging manifest.
string partition_expr = 2;
// The file metas to add to the staging manifest.
FileMetas files_to_add = 3;
// The region stores the staging manifest.
uint64 central_region_id = 3;
// Path to the staging manifest file.
string manifest_path = 4;
}