refactor: rename PartitionExprVersion (#309)
Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
@@ -275,6 +275,6 @@ message ArrowIpc {
|
||||
bytes payload = 3;
|
||||
}
|
||||
|
||||
message PartitionRuleVersion {
|
||||
message PartitionExprVersion {
|
||||
uint64 value = 1;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user