HBASE-14188- Read path optimizations after HBASE-11425 profiling-
Addendum(Ram)
This commit is contained in:
parent
135451477f
commit
aa3538f802
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue