[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
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.