HBASE-16303 Addendum as the wrong patch was committed

This commit is contained in:
Ramkrishna 2016-08-05 13:06:46 +05:30
parent 6278ece8b6
commit 7a62076ae4
1 changed files with 1 additions and 0 deletions

View File

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