You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by sa...@apache.org on 2018/04/23 17:38:56 UTC

[08/20] impala git commit: Ignore "IMPALA-6887: Typo in authz-policy.ini.template"

Ignore "IMPALA-6887: Typo in authz-policy.ini.template"

Change-Id: Ic0fc3598a72b515d1dee6323639e15d3c40cb4a3
Reviewed-on: http://gerrit.cloudera.org:8080/10137
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Alex Behm <al...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/db152944
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/db152944
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/db152944

Branch: refs/heads/2.x
Commit: db152944783a1a7e63e8d60ca3011c1dd8bafd02
Parents: 423ab36
Author: Fredy wijaya <fw...@cloudera.com>
Authored: Fri Apr 20 09:07:02 2018 -0700
Committer: Alex Behm <al...@cloudera.com>
Committed: Fri Apr 20 16:25:30 2018 +0000

----------------------------------------------------------------------
 bin/ignored_commits.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/db152944/bin/ignored_commits.json
----------------------------------------------------------------------
diff --git a/bin/ignored_commits.json b/bin/ignored_commits.json
index dcf30e3..30d7b5a 100644
--- a/bin/ignored_commits.json
+++ b/bin/ignored_commits.json
@@ -16,7 +16,10 @@
       { "hash": "6b18b00310fbdae64bc3d8aec0b58385884fe76f",
         "comment": "Not applicable to 2.x; new HBase splitter code there.  IMPALA-6776: Increase region move timeout." },
       { "hash": "5417e712f33dfb963b4646723ec173a5f3c4f49b",
-        "comment": "Only applies to master; Existing privileges available at server level." }
+        "comment": "Only applies to master; Existing privileges available at server level." },
+      { "hash": "08a1a7a967f19e41e8523a9020320bbad5cdac77",
+        "comment": "Not applicable to 2.x: Fix typo in authz-policy.ini.template." }
+
     ]
   }
 ]