[ 
https://issues.apache.org/jira/browse/HBASE-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724384#action_12724384
 ] 

stack commented on HBASE-1580:
------------------------------

This is kinda hard to test with out a filter that exploits it.  Let me add a 
test over in hbase-1582.  Meantime I'll commit this cos two +1s.

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

Reply via email to