vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 337 forks source link

Fix snapshots to respect buffered deletes on get #7060

Closed krishnangovindraj closed 1 month ago

krishnangovindraj commented 1 month ago

Usage and product changes

We fix a bug where the get operation on snapshots would treat a buffered delete as an absent key. Usages of it would then fall back to storage and find the key..

Usage and product changes

vaticle-bot commented 1 month ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture