anmolanmol1234 commented on code in PR #8212:
URL: https://github.com/apache/hadoop/pull/8212#discussion_r2740979308


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java:
##########
@@ -73,11 +84,11 @@ public abstract class AbfsInputStream extends FSInputStream 
implements CanUnbuff
   private final Statistics statistics;
   private final String path;
 
-  private final long contentLength;
+  private long contentLength;
   private final int bufferSize; // default buffer size
   private final int footerReadSize; // default buffer size to read when 
reading footer
   private final int readAheadQueueDepth;         // initialized in constructor
-  private final String eTag;                  // eTag of the path when 
InputStream are created
+  private String eTag;                  // eTag of the path when InputStream 
are created

Review Comment:
   nit: InputStream is created



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to