Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compression): check metadata schema version
Add a check in `micro_allocator.cc` to verify the compression metadata schema version. If the schema version in the metadata is greater than the expected version, log a schema version mismatch error and return a `nullptr`. This prevents potential issues arising from using a newer, unsupported schema version. BUG=part of #2636
- Loading branch information