[
https://issues.apache.org/jira/browse/HBASE-13122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14524500#comment-14524500
]
Hudson commented on HBASE-13122:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #926 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/926/])
HBASE-13122 Improve efficiency for return codes of some filters (Shuaifeng
Zhou) (apurtell: rev 63281f8e797c88e91169c58a7300dcc5ba4a500c)
* hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FamilyFilter.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/ColumnRangeFilter.java
> Improve efficiency for return codes of some filters
> ---------------------------------------------------
>
> 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
> Assignee: Shuaifeng Zhou
> Fix For: 2.0.0, 1.1.0, 0.98.13
>
> Attachments: 13122-master.patch, 13122-master.patch,
> 13122-master.patch, 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)