Repository: hbase Updated Branches: refs/heads/branch-1.3 c5183b83b -> 76658440d
Revert "HBASE-16303 Addendum as the wrong patch was committed" This reverts commit c5183b83b451b1cc46652e9880d60249165874b1. breaks compilation. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/76658440 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/76658440 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/76658440 Branch: refs/heads/branch-1.3 Commit: 76658440dfaddde890a216c8247855182a6c9ac5 Parents: c5183b8 Author: Sean Busbey <[email protected]> Authored: Fri Aug 5 15:28:02 2016 -0500 Committer: Sean Busbey <[email protected]> Committed: Fri Aug 5 15:28:02 2016 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/filter/FilterList.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/76658440/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 5b3d09c..95678bb 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 @@ -277,7 +277,6 @@ final public class FilterList extends Filter { } } else if (operator == Operator.MUST_PASS_ONE) { if (filter.filterAllRemaining()) { - seenNonHintReturnCode = true; continue; }
