Amitanand Aiyer created HBASE-6042:
--------------------------------------

             Summary: FirstKeyOnlyFilter does not work in conjunction with 
getColumns()
                 Key: HBASE-6042
                 URL: https://issues.apache.org/jira/browse/HBASE-6042
             Project: HBase
          Issue Type: Bug
            Reporter: Amitanand Aiyer
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to