Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LZ4 decoding empty type: move the segment buffer forward by the compr…
…essed data size for empty types (#1463) #### Reference Issues/PRs There is a compatibility issue with columns containing empty types written in 4.0.x or earlier. For version 4.0.x, the buffer was remaining behind the correct position which was causing an lz4 decoding error. #### What does this implement or fix? #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details>
- Loading branch information