Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Older versions cannot read libraries with encoding_version in the config #2077

Open
G-D-Petrov opened this issue Dec 18, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@G-D-Petrov
Copy link
Collaborator

Describe the bug

Older versions cannot read libraries that have the encoding_version parameter in the config.
This is breaking the persistent storage tests e.g. failing run here so for now those tests are running only with encoding version 1

Steps/Code to Reproduce

  1. Write a library with a newer version(e.g. >5.1.0) and with encoding version 2
  2. Try to read the same library with an older version (e.g. <4.5.0)

Expected Results

No error is thrown

OS, Python Version and ArcticDB Version

Any Python version

Backend storage used

AWS S3

Additional Context

No response

@G-D-Petrov G-D-Petrov added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant