[
https://issues.apache.org/jira/browse/HBASE-11377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038560#comment-14038560
]
Anoop Sam John commented on HBASE-11377:
----------------------------------------
You are using SingleColumnValueFilter ?
By def this Filter will NOT filter out rows, if the columns under check is not
present for a row. This can be changed by setting
SVCF.setFilterIfMissing(true)
> when scan for a column family and the column family is not exist, the scan
> result will be the whole table.
> ----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-11377
> URL: https://issues.apache.org/jira/browse/HBASE-11377
> Project: HBase
> Issue Type: Bug
> Components: Filters
> Affects Versions: 0.94.11
> Reporter: jialanping
> Priority: Minor
>
> Test step:
> 1. create table "table_h_credential1";
> 2. insert some data (2 rows);
> 3. scan with a filter of a column family and column qualify, but the column
> family value is not match with the insert data;
> 4. the scan result give all the data in this table (2 rows), but as I think
> it should give null.
--
This message was sent by Atlassian JIRA
(v6.2#6252)