HBASE-16303 Addendum as the wrong patch was committed
This commit is contained in:
parent
19c609fa5e
commit
e8f08ba0c7
|
@ -285,6 +285,7 @@ final public class FilterList extends Filter {
|
|||
}
|
||||
} else if (operator == Operator.MUST_PASS_ONE) {
|
||||
if (filter.filterAllRemaining()) {
|
||||
seenNonHintReturnCode = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue