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/05/03 20:17:54 UTC

impala git commit: ignore decimal_v2 doc commit

Repository: impala
Updated Branches:
  refs/heads/2.x 83a70a7ae -> ae9c47bb5


ignore decimal_v2 doc commit

167ed627febe5a10d8a4a7474a34efde1ac6f1c2 should have had the "not for
2.x" header. Ignore the commit.

Testing:

python -m json.tool

Change-Id: Ia5be1f9bdf3440b7a7baafbc048fa871040feafd
Reviewed-on: http://gerrit.cloudera.org:8080/10295
Reviewed-by: Alex Rodoni <ar...@cloudera.com>
Tested-by: Michael Brown <mi...@cloudera.com>


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

Branch: refs/heads/2.x
Commit: ae9c47bb5626214851849cd872e98b6a921d7b77
Parents: 83a70a7
Author: Michael Brown <mi...@cloudera.com>
Authored: Thu May 3 10:15:47 2018 -0700
Committer: Michael Brown <mi...@cloudera.com>
Committed: Thu May 3 18:39:23 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/impala/blob/ae9c47bb/bin/ignored_commits.json
----------------------------------------------------------------------
diff --git a/bin/ignored_commits.json b/bin/ignored_commits.json
index 40a909c..9e6ceef 100644
--- a/bin/ignored_commits.json
+++ b/bin/ignored_commits.json
@@ -22,7 +22,9 @@
       { "hash": "22c7ded07eb2710aba3e1aa07ed7ec1a448f7c61",
         "comment": "Not applicable to 2.x: Related to Hadoop 3" },
       { "hash": "8a609b3513c4a181cd06bb82e2aeb97908590184",
-        "comment": "Not applicable to 2.x: Revert commit above" }
+        "comment": "Not applicable to 2.x: Revert commit above" },
+      { "hash": "167ed627febe5a10d8a4a7474a34efde1ac6f1c2",
+        "comment": "Not applicable to 2.x: decimal_v2" }
     ]
   }
 ]