mehakmeet commented on a change in pull request #2353: URL: https://github.com/apache/hadoop/pull/2353#discussion_r507008301
########## File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java ########## @@ -73,6 +78,8 @@ private long bytesFromReadAhead; // bytes read from readAhead; for testing private long bytesFromRemoteRead; // bytes read remotely; for testing + private IOStatistics ioStatistics; Review comment: Could be null too, depending on the stream statistics instance(Which we can be either be null or not, using the AbfsInputStreamContext class). ---------------------------------------------------------------- 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: 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