HBASE-16303 Addendum as the wrong patch was committed

This commit is contained in:
Ramkrishna 2016-08-05 13:06:46 +05:30
parent 19c609fa5e
commit e8f08ba0c7
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ final public class FilterList extends Filter {
}
} else if (operator == Operator.MUST_PASS_ONE) {
if (filter.filterAllRemaining()) {
seenNonHintReturnCode = true;
continue;
}