HBASE-14188- Read path optimizations after HBASE-11425 profiling-

Addendum(Ram)
This commit is contained in:
ramkrishna 2015-08-12 09:59:55 +05:30
parent 135451477f
commit aa3538f802
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class FilterAllFilter extends FilterBase {
@Override
public boolean filterRowKey(Cell cell) throws IOException {
return true;
return false;
}
public static FilterAllFilter parseFrom(final byte[] pbBytes) throws DeserializationException {