[ 
https://issues.apache.org/jira/browse/HBASE-18904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gavin updated HBASE-18904:
--------------------------
    Comment: was deleted

(was: A comment with security level 'jira-users' was removed.)

> 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
>             Fix For: HBASE-18410, 2.0.0
>
>         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
(v7.6.3#76005)

Reply via email to