Repository: impala Updated Branches: refs/heads/2.x bee907c5f -> 51bca9099
Ignore "IMPALA-7003: Deflake erasure coding data loading" The commit message in IMPALA-7003 mistakenly didn't include "not for 2.x". Change-Id: Ic9beafd4b0f0fc163ebe969fc39b4fdb6b27c0fa Reviewed-on: http://gerrit.cloudera.org:8080/10445 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Tianyi Wang <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/51bca909 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/51bca909 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/51bca909 Branch: refs/heads/2.x Commit: 51bca9099789fdb48d06a6f0574647d0a9029f0d Parents: bee907c Author: Tianyi Wang <[email protected]> Authored: Thu May 17 14:44:36 2018 -0700 Committer: Tianyi Wang <[email protected]> Committed: Thu May 17 21:58:15 2018 +0000 ---------------------------------------------------------------------- bin/ignored_commits.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/51bca909/bin/ignored_commits.json ---------------------------------------------------------------------- diff --git a/bin/ignored_commits.json b/bin/ignored_commits.json index 25faf68..8365419 100644 --- a/bin/ignored_commits.json +++ b/bin/ignored_commits.json @@ -26,7 +26,9 @@ { "hash": "167ed627febe5a10d8a4a7474a34efde1ac6f1c2", "comment": "Not applicable to 2.x: decimal_v2" }, { "hash": "8668d18ebb0e137993a12d5303411b6c06e91c59", - "comment": "Not applicable to 2.x: 3.x version update" } + "comment": "Not applicable to 2.x: 3.x version update" }, + { "hash": "13a1acd7e42b533c39b9f4eea1c17823bde4c1c5", + "comment": "Not applicable to 2.x: 3.x erasure coding"} ] } ]
