xiaoyuyao commented on a change in pull request #528: HDDS-2979. Implement 
ofs://: Fix getFileStatus for mkdir volume
URL: https://github.com/apache/hadoop-ozone/pull/528#discussion_r375055426
 
 

 ##########
 File path: 
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneClientAdapterImpl.java
 ##########
 @@ -648,4 +663,20 @@ private FileStatusAdapter 
toFileStatusAdapter(OzoneFileStatus status) {
         status.getPath()
     );
   }
+
+  private FileStatusAdapter rootFileStatusAdapter() {
+    return new FileStatusAdapter(
 
 Review comment:
   should we make this static final?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to