You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/06/26 07:27:07 UTC

[jira] Resolved: (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 ]

stack resolved HBASE-1580.
--------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Thanks for patch Clint.  I'll work on 1582 since you're busy for a while.

> 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
>             Fix For: 0.20.0
>
>         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.