You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/07/17 15:45:30 UTC

[GitHub] [hadoop] bilaharith commented on a change in pull request #2144: HADOOP-16682. ABFS: Removing unnecessary toString() invocations

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



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