forked from fjall-rs/lsm-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
fix: thread UserComparator through Run, KeyRange, and Version methods #117
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
Merged
polaz
merged 24 commits into
main
from
feat/#98-bug-runpush-sorts-tables-lexicographically-ignorin
Mar 23, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5ac4925
fix: thread UserComparator through Run, KeyRange, and Version methods
polaz 6d97a83
fix: use comparator-aware RunReader in point-read merge path
polaz 735cfbf
fix: use monotonic seqnos in leveled compaction test
polaz 1827f0e
fix: resolve CI lint errors
polaz a70a468
fix: use comparator-aware containment in drop_range strategy
polaz 2fa21bf
fix(compaction): allow multi-run levels in L1+ debug assert
polaz 1d0c672
fix(run_reader): keep RunReader::new in public API, delegate to new_cmp
polaz 9f55dfe
fix(compaction): skip L1+ pick when levels are multi-run
polaz f13e771
fix(compaction): restore relaxed debug_assert for multi-run levels
polaz 7d55651
fix(run_reader): gate dead_code expect behind cfg(not(test))
polaz fa8110e
fix(run_reader): qualify doc link and correct dead_code reason
polaz 27694a1
refactor(run): extract shared trim_slice helper from get_contained
polaz c9d440b
docs(key_range,leveled): correct contains_range_cmp reference and exp…
polaz e9d4c74
refactor(compaction): replace debug_assert with log::debug for multi-…
polaz 05e1efb
docs(version): clarify recovery preserves comparator-sorted run order
polaz 7901dad
docs(test): clarify ignore reason for reverse comparator range scans
polaz b01a22c
test(run): add unit test for get_contained_cmp with reverse comparator
polaz d3c9868
docs(compaction): link multi-run picker concern to #122 Part 3
polaz 2f25a1c
perf(compaction): make pick_minimal_compaction multi-run aware
polaz 8cef990
fix(test): use comparator-ordered key ranges in reverse cmp fixture
polaz 1766f1d
fix(compaction): scope take_while per-run in multi-run picker
polaz 2c1feb9
test(comparator): add multi-table run range scan with u64 comparator
polaz 9dfceab
docs(run): clarify trim_slice returns span between first and last match
polaz 9eb1234
docs(table): clarify aggregate_run_key_range is comparator-agnostic
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.