snvijaya commented on a change in pull request #2180:
URL: https://github.com/apache/hadoop/pull/2180#discussion_r463405441
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java
##########
@@ -323,6 +323,7 @@ public boolean rename(final Path src, final Path dst)
throws IOException {
abfsStore.rename(qualifiedSrcPath, qualifiedDstPath);
return true;
} catch(AzureBlobFileSystemException ex) {
+ LOG.debug("Rename operation failed", ex);
Review comment:
Space needed after "failed"
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]