xinglin commented on code in PR #4106:
URL: https://github.com/apache/hadoop/pull/4106#discussion_r853610752
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.java:
##########
@@ -458,11 +458,11 @@ private boolean hasFallbackLink() {
* there will be root to root mapping. So, root does not represent as
* internalDir.
*/
- protected boolean isRootInternalDir() {
+ public boolean isRootInternalDir() {
Review Comment:
We checked methods from InodeTree that are being used in ViewFileSystem.
resolve() and getHomeDirPrefixValue() are the other two methods which are also
being used in ViewFileSystem, besides the constructor of InodeTree. Thus, we
also made these two methods public.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]