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

* 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:
Lei, HUANG
2026-06-02 22:00:51 +08:00
committed by GitHub
parent 69a064a7f7
commit 912f6c2101
7 changed files with 1588 additions and 399 deletions
+5 -1
View File
@@ -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.