manika137 commented on code in PR #7642: URL: https://github.com/apache/hadoop/pull/7642#discussion_r2057637991
########## hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java: ########## @@ -347,8 +347,9 @@ public void registerListener(Listener listener1) { @Override public FSDataInputStream open(final Path path, final int bufferSize) throws IOException { - LOG.debug("AzureBlobFileSystem.open path: {} bufferSize: {}", path, bufferSize); // bufferSize is unused. + LOG.debug("AzureBlobFileSystem.open path: {} bufferSize: {}", path, Review Comment: Makes sense, taken -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org