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

Hudson commented on HBASE-18904:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3802 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3802/])
HBASE-18904 Missing break in NEXT_ROW case of (tedyu: rev 
3bd824facadd40dabb06e19ccad911be0ea6915a)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java


> Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-18904
>                 URL: https://issues.apache.org/jira/browse/HBASE-18904
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Biju Nair
>            Priority: Minor
>         Attachments: HBASE-18904.PATCH
>
>
> Here is related code, around line 569:
> {code}
>       if (isInReturnCodes(rc, ReturnCode.NEXT_ROW)) {
>         return ReturnCode.NEXT_ROW;
>       }
>     case SEEK_NEXT_USING_HINT:
> {code}
> break was missing for the NEXT_ROW case.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to