You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/09/28 18:16:00 UTC

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

Ted Yu created HBASE-18904:
------------------------------

             Summary: 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


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)