Skip to content

Comments

Fix Some Commit Hashes in CSV#2

Open
gihachi wants to merge 5 commits intoMingWEN-CS:masterfrom
tklab-group:fix/commit-hash
Open

Fix Some Commit Hashes in CSV#2
gihachi wants to merge 5 commits intoMingWEN-CS:masterfrom
tklab-group:fix/commit-hash

Conversation

@gihachi
Copy link

@gihachi gihachi commented Jun 9, 2020

I fixed commit hashes in your benchmark.
Please check my modification.

I explain details of reason to fix commit hashes below.

Wrong Commit Hashes

I found #009022987 in ACCUMULO.csv (line 23) and #187838022 in LUCENE.csv (line 24) are wrong commit hashes.
I think #9022987e0 and #0187838022 are the correct commit hashes for accumulo and lucene-solr respectively.
So I fixed these commit hashes.

Duplication of Commit Hashes and Issue

I found #70a5ffe4 is duplicated in OOZIE.csv (line 17).
And I found HADOOP-9563(line 9 and line 50) and HADOOP-13189(line 32 and line53) are duplicated in HADOOP.csv.
So I removed the duplicated commit hash and issue.

Wrong Bug Induce Commit

I think #e28edbffe15 is not bug inducing commit of HADOOP-9405(line 8).
According to Bug report of HADOOP-9405, the bug is introduced by HADOOP-9252.
But #e28edbffe15 looks the commit for HDFS-4468.

I think #ef2ff99d367 is the commit for HADOOP-9252.
So, I replaced #e28edbffe15 with #ef2ff99d367.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant