[
https://issues.apache.org/jira/browse/PHOENIX-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546347#comment-14546347
]
Andrew Purtell commented on PHOENIX-1979:
-----------------------------------------
bq. I don't see a reference to FamilyOnlyFilter anywhere but in this test - Can
we just remove the test and the filter in that case?
Works for me, let me know if that's what you want to do and I will commit the
removal of these files.
> FamilyOnlyFilter 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
>
> Attachments: PHOENIX-1979.patch
>
>
> 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)