You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2009/06/24 22:01:08 UTC

[jira] Updated: (HBASE-1580) Store scanner does not consult filter.filterRow at end of scan

     [ https://issues.apache.org/jira/browse/HBASE-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Morgan updated HBASE-1580:
--------------------------------

    Attachment: 1580.patch

> 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
>         Attachments: 1580.patch
>
>
> 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.