ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Fix `lib_tool.read_to_keys`

Open IvoDD opened this issue 1 year ago • 1 comments

Also adds a test showcasing that iterating over version, index and data key now works

Reference Issues/PRs

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes...
  • [ ] Have you updated the relevant docstrings, documentation and copyright notice?
  • [ ] Is this contribution tested against all ArcticDB's features?
  • [ ] Do all exceptions introduced raise appropriate 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?

IvoDD avatar Sep 12 '24 14:09 IvoDD

This fixes one part of #1835 We still need more thorough testing for all key types.

IvoDD avatar Sep 17 '24 08:09 IvoDD

Now fixes #1835 entirely.

IvoDD avatar Oct 11 '24 15:10 IvoDD