Store scanner does not consult filter.filterRow at end of scan
--------------------------------------------------------------

                 Key: HBASE-1580
                 URL: https://issues.apache.org/jira/browse/HBASE-1580
             Project: Hadoop HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.20.0
            Reporter: Clint Morgan


I have impelemented a columnValueFilter (with new interface) that should filter 
out the last of two rows in a table. However, I notice that filterRow is only 
being called on the first row, and the second row is returned.

This patch fixes it, but needs review. My first attempt at adding the call in 
the DONE_SCAN case did not fix it, but still seems right. The second addition 
at the end of the method fixed it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to