Details
Description
we need a test that shows the expected behavior for filter lists that rely on OR prior to our filterlist improvements so we have a baseline to show compatibility (and/or document incompatibilities that end up being introduced).
Specifically (paraphrased from HBASE-18368 description): Using 2 FamilyFilters in a FilterList using MUST_PASS_ONE operator should return results that match either of the FamilyFilters.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work.
- Resolved
-
HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned
- Resolved
-
HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue
- Resolved
-
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()
- Resolved
-
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT
- Resolved