-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Committing an object deletion to master erases object from all commit…
…s to master - #997 (#1000) * SSTable interface for committed data * Remove unnecessary funcs from iterator * added test for merge with zero changes * initial commit of tree * Change iterator to match the existing scanners interfaces * initial commit of tree * initial commit of tree * initial commit for rocks catalog interface * sstable initial implementation without repo seperation * initial catalog interface * initial catalog interface * initial catalog interface * Update catalog/rocks/catalog.go Co-authored-by: itaiad200 <itaiad200@gmail.com> * iterator interface * diff type comment * continue talking about StagingManager * initial commit of tree * just save changes - initial * working on apply * working on apply * working on apply * sstable interface * changes * fix to entry disappearing from a commit listing when it was deleted in a later commit * Update catalog/mvcc/cataloger_delete_entry_test.go Co-authored-by: arielshaqed <ariels@treeverse.io> * compare with get entry with catalog entry not found * changes after review Co-authored-by: Itai Admi <itaiad200@gmail.com> Co-authored-by: guyhardonag <guy.hardonag@treeverse.io> Co-authored-by: guy-har <60321938+guy-har@users.noreply.github.com> Co-authored-by: Barak Amar <barak.amar@treeverse.io> Co-authored-by: arielshaqed <ariels@treeverse.io>
- Loading branch information
1 parent
cf041f8
commit 99e89ec
Showing
3 changed files
with
109 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters