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

FirstKeyOnlyFilter does not work in conjunction with getColumns()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • None
    • None
    • None

    Description

      Given the implementation of ScanQueryMatcher, we check
      filter.filterKeyValue()

      before determining weather we are going to include the KV in the
      result or not. Thus, if the scan/get were to specify columns other
      than the very first column in the row, they get nothing because
      the filter removes everything else.

      Attachments

        Activity

          People

            Unassigned Unassigned
            amitanand Amitanand Aiyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: