-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
945 sstable interface #969
Conversation
…verse/lakeFS into 945-sstable-tree-interfaces
Co-authored-by: itaiad200 <itaiad200@gmail.com>
…e/lakeFS into feature/rocks-catalog-interface
Codecov Report
@@ Coverage Diff @@
## master #969 +/- ##
==========================================
- Coverage 44.58% 44.56% -0.02%
==========================================
Files 142 142
Lines 11547 11547
==========================================
- Hits 5148 5146 -2
- Misses 5757 5758 +1
- Partials 642 643 +1
Continue to review full report at Codecov.
|
forest/sstable/sstable.go
Outdated
GetEntry(path rocks.Path, tid SSTableID) (*rocks.Entry, error) | ||
|
||
// SSTableIterator takes a given SSTable and returns an EntryIterator seeked to >= "from" path | ||
SSTableIterator(tid SSTableID, from rocks.Path) (rocks.EntryIterator, error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefere newSSTableIterator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You got it.
No description provided.