Parallel scanner does not filter on CV
Open
improvement
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
io.fluo.impl.ParalllelSnapshotScanner does not filter on column vis. It uses an Accumulo batch scanner and fetches cf and cq, but does not filter the results on cv.
Contributor guide
Research direction
Start by inspecting io.fluo.impl.ParalllelSnapshotScanner and trace how its Accumulo batch scanner fetches column family, column qualifier, and column visibility. Verify that results are filtered on column visibility, then confirm scans no longer return entries with an unmatched cv.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100