refactor: rename PartitionExprVersion (#309)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2026-02-10 17:16:46 +08:00
committed by GitHub
parent b9452e3411
commit 030f1e48ab
15 changed files with 972 additions and 972 deletions
+1 -1
View File
@@ -275,6 +275,6 @@ message ArrowIpc {
bytes payload = 3;
}
message PartitionRuleVersion {
message PartitionExprVersion {
uint64 value = 1;
}
+1 -1
View File
@@ -63,7 +63,7 @@ message InsertRequests {
message InsertRequest {
uint64 region_id = 1;
Rows rows = 2;
PartitionRuleVersion partition_rule_version = 3;
PartitionExprVersion partition_expr_version = 3;
}
message FlowRequest {
+3 -3
View File
@@ -86,13 +86,13 @@ message DeleteRequests {
message InsertRequest {
uint64 region_id = 1;
Rows rows = 2;
PartitionRuleVersion partition_rule_version = 3;
PartitionExprVersion partition_expr_version = 3;
}
message DeleteRequest {
uint64 region_id = 1;
Rows rows = 2;
PartitionRuleVersion partition_rule_version = 3;
PartitionExprVersion partition_expr_version = 3;
}
message QueryRequest {
@@ -251,7 +251,7 @@ message BulkInsertRequest {
oneof body {
ArrowIpc arrow_ipc = 2;
}
PartitionRuleVersion partition_rule_version = 3;
PartitionExprVersion partition_expr_version = 3;
}
// Manifest info for mito engine.