bilaharith commented on a change in pull request #2144:
URL: https://github.com/apache/hadoop/pull/2144#discussion_r456524469
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java
##########
@@ -273,8 +273,9 @@ public FSDataOutputStream append(final Path f, final int
bufferSize, final Progr
public boolean rename(final Path src, final Path dst) throws IOException {
LOG.debug(
- "AzureBlobFileSystem.rename src: {} dst: {}", src.toString(),
dst.toString());
+ "AzureBlobFileSystem.rename src: {} dst: {}", src, dst);
Review comment:
done
----------------------------------------------------------------
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]