anmolanmol1234 commented on code in PR #6699:
URL: https://github.com/apache/hadoop/pull/6699#discussion_r1566892429
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsInputStreamStatistics.java:
##########
@@ -227,15 +227,23 @@ public void testReadStatistics() throws IOException {
* readOps - Since each time read operation is performed OPERATIONS
* times, total number of read operations would be equal to OPERATIONS.
*
- * remoteReadOps - Only a single remote read operation is done. Hence,
+ * remoteReadOps -
+ * In case of Head Optimization for InputStream, the first read operation
+ * would read only the asked range and would not be able to read the
entire file
+ * ras it has no information on the contentLength of the file. The second
Review Comment:
typo: as
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsInputStreamStatistics.java:
##########
@@ -227,15 +227,23 @@ public void testReadStatistics() throws IOException {
* readOps - Since each time read operation is performed OPERATIONS
* times, total number of read operations would be equal to OPERATIONS.
*
- * remoteReadOps - Only a single remote read operation is done. Hence,
+ * remoteReadOps -
+ * In case of Head Optimization for InputStream, the first read operation
+ * would read only the asked range and would not be able to read the
entire file
+ * ras it has no information on the contentLength of the file. The second
Review Comment:
typo: as
--
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]