Filter stale rows in constrained bounded scans - #964
Conversation
yihozhang
left a comment
There was a problem hiding this comment.
Great catch, thank you!
Could you add the reproduction example to the tests folder and add a small comment on RowBuffer::get_row_unchecked that it should not be used if stale rows are undesired?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #964 +/- ##
==========================================
- Coverage 86.59% 86.59% -0.01%
==========================================
Files 95 95
Lines 29676 29676
==========================================
- Hits 25699 25698 -1
- Misses 3977 3978 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will not alter performance
Comparing Footnotes
|
|
Great project! Happy to contribute! I applied the changes. |
Remove trailing whitespace and repair a broken sentence (dangling 'either' with no matching clause).
'make test' was failing because the new tests/repro-stale-rows.egg test had no committed snapshot, so cargo-insta flagged it as a pending review (matches the failing CI 'test' check on this PR).
|
Pushed two small follow-ups:
|
Fixes following example's panic: