-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18591. Fix a typo in Trash #5287
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
Conversation
3ab1817
to
8656083
Compare
💔 -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.
@huangxiaopingRD , thank you for the patch. I requested one small change.
CI reported a JavaDoc error, but it's not related to this patch. We have an existing JavaDoc problem tracked elsewhere.
I think the jdiff XML files should be left alone, because they are part of an already published release. These files get generated at the time of a new release (HowToRelease), and we don't generally modify them afterwards. CC @mukund-thakur for a second opinion as someone who has done more release work lately.
@@ -69,7 +69,7 @@ public Trash(FileSystem fs, Configuration conf) throws IOException { | |||
* Hence we get the file system of the fully-qualified resolved-path and | |||
* then move the path p to the trashbin in that volume, | |||
* @param fs - the filesystem of path p | |||
* @param p - the path being deleted - to be moved to trasg |
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.
Since we are updating this, would you also please remove the extra space between "the" and "path"?
It's strange that I just merge the PRhttps://github.com//pull/5280. But the current PR display was also merged by me (which I didn't actually do). Also Files changed is 0, so I can't revert(and don't need to revert actually). Hi @huangxiaopingRD , could you submit a new PR again? And update the code to follow @cnauroth's advice . I'm sorry for the trouble. |
@tomscut That's ok, I've resubmitted the PR |
@cnauroth It has been modified in another PR(#5291), thank you for helping to review this change. |
Description of PR
HADOOP-18591 Fix a typo in Trash, change 'trasg' to 'trash'
How was this patch tested?
no need test
For code changes: