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

Zhihong Ted Yu commented on HBASE-6429:
---------------------------------------

Patch seems to be generated from old 0.94 snapshot. When I applied the patch, I 
had to deal with:
src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java.rej

I got two test failures:
{code}
Failed tests:   testPageFilter(org.apache.hadoop.hbase.filter.TestFilter): 
Expected 6 rows but scanned 4 rows expected:<6> but was:<4>
  testWhileMatchFilterWithFilterRow(org.apache.hadoop.hbase.filter.TestFilter): 
The page filter returned more rows than expected expected:<4> but was:<3>
{code}
                
> Filter with filterRow() returning true is also incompatible with scan with 
> limit
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6429
>                 URL: https://issues.apache.org/jira/browse/HBASE-6429
>             Project: HBase
>          Issue Type: Bug
>          Components: filters
>    Affects Versions: 0.96.0
>            Reporter: Jason Dai
>         Attachments: hbase-6429_0_94_0.patch
>
>
> Currently if we scan with bot limit and a Filter with 
> filterRow(List<KeyValue>) implemented, an  IncompatibleFilterException will 
> be thrown. The same exception should also be thrown if the filer has its 
> filterRow() implemented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to