Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18904

Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None
    • Reviewed

    Description

      Here is related code, around line 569:

            if (isInReturnCodes(rc, ReturnCode.NEXT_ROW)) {
              return ReturnCode.NEXT_ROW;
            }
          case SEEK_NEXT_USING_HINT:
      

      break was missing for the NEXT_ROW case.

      Attachments

        1. HBASE-18904.PATCH
          1 kB
          Biju Nair

        Issue Links

          Activity

            People

              gsbiju Biju Nair
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: