Repository: hbase Updated Branches: refs/heads/branch-1 6278ece8b -> 7a62076ae
HBASE-16303 Addendum as the wrong patch was committed Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7a62076a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7a62076a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7a62076a Branch: refs/heads/branch-1 Commit: 7a62076ae45ad91a20df66528d8b5cd09a0e4251 Parents: 6278ece Author: Ramkrishna <[email protected]> Authored: Fri Aug 5 13:06:46 2016 +0530 Committer: Ramkrishna <[email protected]> Committed: Fri Aug 5 13:09:32 2016 +0530 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/filter/FilterList.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/7a62076a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java ---------------------------------------------------------------------- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java index 397c0a7..be22e5d 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/FilterList.java @@ -286,6 +286,7 @@ final public class FilterList extends Filter { } } else if (operator == Operator.MUST_PASS_ONE) { if (filter.filterAllRemaining()) { + seenNonHintReturnCode = true; continue; }
