apache / apache/accumulo-fluo

SpanUtil.toRowColumn(Key) may have bug when family is empty and qualifier is not

Open
#636 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
200
Forks
73
PR merge metrics
No merged PRs in 30d

Description

I noticed that `SpanUtil.toRowColumn(Key)` ignores the qualifier when the family is empty. Maybe this intended for the use within Span, not sure. However for other places that use this code, it may cause problems.

Contributor guide

Open the contributing guide

Research direction

Start at SpanUtil.toRowColumn(Key), the only entry point named in the issue, and inspect how it handles an empty family with a non-empty qualifier. Compare its use within Span with other callers to determine the intended result; no file or test is named, so completion requires confirming the expected behavior and adding appropriate regression coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.