You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2017/09/29 12:59: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 ]

Anoop Sam John updated HBASE-18904:
-----------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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)