-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19134. Use StringBuilder instead of StringBuffer. #6692
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
814de6c
to
1767c00
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5a0cf37
to
0054b5d
Compare
🎊 +1 overall
This message was automatically generated. |
The tests are passing in the CI build but I am getting issues due to formatting checks. Some of the files are already incorrectly formatted. In this commit, I reformatted a whole file to try to silence the CI warnings but this is now the biggest part of the PR diff. |
If they are pre existing issues we need not to fix here, if needed we can track it separately else we can live with them… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, there is one change just for checkstyle fix, maybe that can be avoided in this scope
...-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestTextOutputFormat.java
Outdated
Show resolved
Hide resolved
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
I've run TestCombinedHostsFileReader a few times locally and it seems fairly flaky. Passes most of the time but some tests fail occassionally. |
I tried locally the failing test without this PR and it isn't passing for me even once, so, it is unrelated merging!!! Checkstyle warning flagged were already present, not introduced by this PR |
…. Contributed by PJ Fanning
…. Contributed by PJ Fanning
Description of PR
HADOOP-19134
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?