[
https://issues.apache.org/jira/browse/HBASE-13122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shuaifeng Zhou updated HBASE-13122:
-----------------------------------
Attachment: 13122.patch
just change the return code to next_col in ColumnRangeFilter,
change to Next_Row in FamilyFilter.
> return codes of some filters not efficent
> -----------------------------------------
>
> Key: HBASE-13122
> URL: https://issues.apache.org/jira/browse/HBASE-13122
> Project: HBase
> Issue Type: Improvement
> Components: Filters
> Affects Versions: 0.94.24, 1.0.1, 0.98.10.1
> Reporter: Shuaifeng Zhou
> Attachments: 13122.patch
>
>
> ColumnRangeFilter:
> when minColumnInclusive is false, it means all the cells at the current
> row&column not fit the condition, so it should skip to next column, return
> code should be NEXT_COL, not SKIP.
> FamilyFilter is the similar sitution.
> Currently, SKIP will not causing error, but not efficent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)