Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Here is related code, around line 569:
if (isInReturnCodes(rc, ReturnCode.NEXT_ROW)) { return ReturnCode.NEXT_ROW; } case SEEK_NEXT_USING_HINT:
break was missing for the NEXT_ROW case.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-18410 FilterList Improvement.
- Resolved
- relates to
-
HBASE-18957 add test that confirms 2 FamilyFilters in a FilterList using MUST_PASS_ONE operator will return results that match either of the FamilyFilters and revert as needed to make it pass.
- Resolved