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:
parent
293803dcc9
commit
97906bccdc
|
@ -204,9 +204,6 @@ public class FilterList extends Filter {
|
||||||
switch (code) {
|
switch (code) {
|
||||||
case INCLUDE:
|
case INCLUDE:
|
||||||
continue;
|
continue;
|
||||||
case NEXT_ROW:
|
|
||||||
case SKIP:
|
|
||||||
return ReturnCode.SKIP;
|
|
||||||
default:
|
default:
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue