dgraph-io / badger

Fast key-value DB in Go.
https://dgraph.io/badger
Apache License 2.0
13.51k stars 1.15k forks source link

fix(level-handler): level handler - key with zero version can never be found #2028

Open agfn opened 7 months ago

agfn commented 7 months ago

Problem

After importing database from protobuf (with StreamWriter), I can't find keys with zero version.

Solution

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

netlify[bot] commented 7 months ago

Deploy Preview for badger-docs canceled.

Name Link
Latest commit 3a299d3cdb5dba2db32b31ae514ddf8f7461823f
Latest deploy log https://app.netlify.com/sites/badger-docs/deploys/654b1ee7cfc9bb0008d716ce
mangalaman93 commented 5 months ago

@agfn could you rebase please?