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