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

impala git commit: Ignore "IMPALA-6804: Allow SELECT and INSERT privileges on SERVER" Did not include cherry pick comment in commit.

Repository: impala
Updated Branches:
  refs/heads/2.x 264bd0786 -> eb92c1462


Ignore "IMPALA-6804: Allow SELECT and INSERT privileges on SERVER"
Did not include cherry pick comment in commit.

Change-Id: I6eb0d22915acb7b33532edb0e63184fe1bc341f2
Reviewed-on: http://gerrit.cloudera.org:8080/10099
Reviewed-by: Joe McDonnell <jo...@cloudera.com>
Tested-by: Joe McDonnell <jo...@cloudera.com>


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

Branch: refs/heads/2.x
Commit: eb92c146243d1cb2950c9dc37969f44ca81266bf
Parents: 264bd07
Author: Adam Holley <gi...@holleyism.com>
Authored: Wed Apr 18 12:37:26 2018 -0500
Committer: Joe McDonnell <jo...@cloudera.com>
Committed: Wed Apr 18 21:17:19 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/impala/blob/eb92c146/bin/ignored_commits.json
----------------------------------------------------------------------
diff --git a/bin/ignored_commits.json b/bin/ignored_commits.json
index edd1dfd..dcf30e3 100644
--- a/bin/ignored_commits.json
+++ b/bin/ignored_commits.json
@@ -14,7 +14,9 @@
       { "hash": "89b29d3a89cca041c541476e25435dc0d34344c1",
         "comment": "Only made sense for Hadoop 3 given implementation. IMPALA-6769: Avoid pulling incoherent Hadoop dependencies." },
       { "hash": "6b18b00310fbdae64bc3d8aec0b58385884fe76f",
-        "comment": "Not applicable to 2.x; new HBase splitter code there.  IMPALA-6776: Increase region move timeout." }
+        "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." }
     ]
   }
 ]