Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 934E8200B5B for ; Fri, 5 Aug 2016 09:39:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91AFE160A8E; Fri, 5 Aug 2016 07:39:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0A4A2160A6D for ; Fri, 5 Aug 2016 09:39:48 +0200 (CEST) Received: (qmail 94134 invoked by uid 500); 5 Aug 2016 07:39:48 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 94124 invoked by uid 99); 5 Aug 2016 07:39:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2016 07:39:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E100EC22C; Fri, 5 Aug 2016 07:39:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ramkrishna@apache.org To: commits@hbase.apache.org Message-Id: <1e2f31ebe9f9477ebeffa12e2eaff617@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-16303 Addendum as the wrong patch was committed Date: Fri, 5 Aug 2016 07:39:48 +0000 (UTC) archived-at: Fri, 05 Aug 2016 07:39:49 -0000 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 Authored: Fri Aug 5 13:06:46 2016 +0530 Committer: Ramkrishna 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; }