You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Cosmin Lehene (JIRA)" <ji...@apache.org> on 2015/01/07 16:17:34 UTC

[jira] [Resolved] (HBASE-6042) FirstKeyOnlyFilter does not work in conjunction with getColumns()

     [ https://issues.apache.org/jira/browse/HBASE-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cosmin Lehene resolved HBASE-6042.
----------------------------------
    Resolution: Invalid

> 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
>              Labels: delete
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)