[ https://issues.apache.org/jira/browse/HBASE-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clint Morgan updated HBASE-1821: -------------------------------- Attachment: 1821-SCVF.patch Ok, I see it. But I can't make that SkipFilter business work as I want it. I want to let the whole row through if the column is not there. But this does not seem possible with SkipFilter. I have not dug to deep, but just wrapping with a SF does not work. Instead I added back a filterIfColValMissing to SCVF. That works for me. Am I just being dense and missing something? Attached is that patch I used for SCVF (on top of yours). Sorry for the lack of unit tests; it fixed several of our tests... BTW, I really like all the other changes to filters. Thanks for cleaning it up! > Filtering by SingleColumnValueFilter bug > ---------------------------------------- > > Key: HBASE-1821 > URL: https://issues.apache.org/jira/browse/HBASE-1821 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: Jonathan Gray > Fix For: 0.20.1, 0.21.0 > > Attachments: 1821-SCVF.patch, HBASE-1821-v2.patch, > HBASE-1821-v3.patch, HBASE-1821.patch > > > See up in hbase-user mailing list under title 'Filtering by > SingleColumnValueFilter'. Adrian describes roughly how he fixed the issue > (And what he wanted the filter to do). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.