-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18172: Changed scope for isRootInternalDir/getRootFallbackLink for InodeTree #4106
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
💔 -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.
The class isn't public and therefore changing the methods' visibility won't change anything.
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.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. |
to make them accessible from outside package
💔 -1 overall
This message was automatically generated. |
@xinglin can you address why some checks have failed. I assume some are expected, but if you could comment to it that'd be helpful |
The javadoc errors seem to be related with html 4 vs html 5 and there are quite many of them. None of them is related to the changes introduced in this patch.
|
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.java
Show resolved
Hide resolved
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.java
Show resolved
Hide resolved
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.
+1 pending yetus run on the latest changes.
💔 -1 overall
This message was automatically generated. |
same html4.1 vs html5 javadoc errors/failures. |
The javadoc errors are unrelated to this patch - thanks for the contribution @xinglin ! |
… for InodeTree (apache#4106) * HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package. Co-authored-by: Xing Lin <xinglin@linkedin.com>
Change scope for two functions. No tests is needed.