You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/06/30 15:40:01 UTC

[jira] [Updated] (HBASE-18904) Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

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

Duo Zhang updated HBASE-18904:
------------------------------
    Fix Version/s:     (was: HBASE-18410)

> 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: 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
(v8.3.4#803005)