You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/10 10:40:36 UTC

[GitHub] [hadoop-ozone] steveloughran commented on a change in pull request #321: HDDS-2685. Fix Rename API in BasicOzoneFileSystem

steveloughran commented on a change in pull request #321: HDDS-2685. Fix Rename API in BasicOzoneFileSystem
URL: https://github.com/apache/hadoop-ozone/pull/321#discussion_r355962809
 
 

 ##########
 File path: hadoop-ozone/ozonefs/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFsRenameDir.java
 ##########
 @@ -98,5 +98,13 @@ public void testRenameDir() throws IOException {
     // sub-directories of the renamed directory have also been renamed.
     assertTrue("Keys under the renamed direcotry not renamed",
         fs.exists(new Path(dest, "sub_dir1")));
+
 
 Review comment:
   typo worth fixing just above

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org