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

Ted Yu commented on HBASE-10965:
--------------------------------

For Phoenix, I did the following:

apply patch to 0.98 branch
mvn clean package install -DskipTests
in Phoenix workspace, change hbase-hadoop2.version to 0.98.2-SNAPSHOT
Use command 'nohup ~/apache-maven-3.1.1/bin/mvn clean install 
-Dhadoop.profile=2 > h2.out &' to run unit tests and they passed.

> Automate detection of presence of Filter#filterRow()
> ----------------------------------------------------
>
>                 Key: HBASE-10965
>                 URL: https://issues.apache.org/jira/browse/HBASE-10965
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 10965-v1.txt
>
>
> There is potential inconsistency between the return value of 
> Filter#hasFilterRow() and presence of Filter#filterRow().
> Filters may override Filter#filterRow() while leaving return value of 
> Filter#hasFilterRow() being false (inherited from FilterBase).
> This JIRA aims to remove the inconsistency by automatically detecting the 
> presence of overridden Filter#filterRow().



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to