[
https://issues.apache.org/jira/browse/PHOENIX-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated PHOENIX-1979:
------------------------------------
Description: TestFamilyOnlyFilter wants to confirm that the HBase
FamilyFilter filters out cells as expected, but is unnecessarily brittle in
that it checks for a specific return hint (SKIP) when it should just be
checking that the cell was not included (INCLUDE). This breaks after
HBASE-13122, which optimizes the FamilyFilter return hints. (was:
TestFamilyOnlyFilter wants to confirm that the HBase FamilyFilter filters out
cells as expected, but is unnecessarily brittle in that it checks for a
specific return hint (SKIP) when it should just be checking that the cell was
not included (INCLUDE). This manifests after HBASE-13122)
> TestFamilyOnlyFilter should test for != INCLUDE instead of == SKIP
> ------------------------------------------------------------------
>
> Key: PHOENIX-1979
> URL: https://issues.apache.org/jira/browse/PHOENIX-1979
> Project: Phoenix
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 5.0.0, 4.3.0, 4.4.0
>
>
> TestFamilyOnlyFilter wants to confirm that the HBase FamilyFilter filters out
> cells as expected, but is unnecessarily brittle in that it checks for a
> specific return hint (SKIP) when it should just be checking that the cell was
> not included (INCLUDE). This breaks after HBASE-13122, which optimizes the
> FamilyFilter return hints.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)