HBASE-6757 Very inefficient behaviour of scan using FilterList

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
larsh 2012-09-12 04:04:05 +00:00
parent 293803dcc9
commit 97906bccdc
1 changed files with 0 additions and 3 deletions

View File

@ -204,9 +204,6 @@ public class FilterList extends Filter {
switch (code) {
case INCLUDE:
continue;
case NEXT_ROW:
case SKIP:
return ReturnCode.SKIP;
default:
return code;
}