Repository: hbase Updated Branches: refs/heads/master 19c609fa5 -> e8f08ba0c
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/e8f08ba0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e8f08ba0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e8f08ba0 Branch: refs/heads/master Commit: e8f08ba0c7949edb4bc349718d2d6532be2f2360 Parents: 19c609f Author: Ramkrishna <[email protected]> Authored: Fri Aug 5 13:06:46 2016 +0530 Committer: Ramkrishna <[email protected]> Committed: Fri Aug 5 13:06:46 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/e8f08ba0/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 da7a084..1ea3c80 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 @@ -285,6 +285,7 @@ final public class FilterList extends Filter { } } else if (operator == Operator.MUST_PASS_ONE) { if (filter.filterAllRemaining()) { + seenNonHintReturnCode = true; continue; }
