fix: allow aligned schema version to be optional (#322)
CI / Clippy (push) Has been cancelled
License checker / license-header-check (push) Has been cancelled
CI / Protobuf Format (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / Spell Check with Typos (push) Has been cancelled
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
License checker / license-header-check (push) Has been cancelled
CI / Protobuf Format (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / Spell Check with Typos (push) Has been cancelled
CI / Check (push) Has been cancelled
* fix: allow aligned schema version to be optional Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> * fix names Signed-off-by: Lei, HUANG <mrsatangel@gmail.com> --------- Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
This commit is contained in:
@@ -256,7 +256,11 @@ message BulkInsertRequest {
|
||||
ArrowIpc arrow_ipc = 2;
|
||||
}
|
||||
PartitionExprVersion partition_expr_version = 3;
|
||||
uint64 aligned_schema_version = 4;
|
||||
AlignedSchemaVersion aligned_schema_version = 4;
|
||||
}
|
||||
|
||||
message AlignedSchemaVersion {
|
||||
uint64 schema_version = 1;
|
||||
}
|
||||
|
||||
// Manifest info for mito engine.
|
||||
|
||||
Reference in New Issue
Block a user