[ https://issues.apache.org/jira/browse/HADOOP-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514813 ]
Hadoop QA commented on HADOOP-1637: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12362243/HADOOP-1637-v2.patch applied and successfully tested against trunk revision r558867. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/454/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/454/console > [hbase] Fix to HScanner to Support Filters, Add Filter Tests to TestScanner2 > ---------------------------------------------------------------------------- > > Key: HADOOP-1637 > URL: https://issues.apache.org/jira/browse/HADOOP-1637 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: Izaak Rubin > Priority: Minor > Attachments: HADOOP-1637-v2.patch, HADOOP-1637.patch > > > HScanner has a non-functional support for filters. Upon writing scanner > tests for filters in TestScanner2, I discovered that HScanner only increments > each of its sub-scanners when the filtering decision is false. Until now > this has not been a problem, because none of the other processes that use > HScanner also use filters. The patch to be posted will fix the HScanner > incrementation problem, and add testing for filters to TestScanner2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.