man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.46k stars 93 forks source link

Implement support for very old style symbol list entries. #1630

Closed poodlewars closed 3 months ago

poodlewars commented 3 months ago

Reference Issues/PRs

arcticdb-man#116

What does this implement or fix?

See arcticdb-man#116. Some very old symbol list keys have non zero version numbers. This was breaking some list_symbols calls with ArcticDB.

In particular, a very old style Delete with a non-zero version number would always "win" over a more recent old style Add, which would have a zero version number.