mukund-thakur commented on code in PR #6069:
URL: https://github.com/apache/hadoop/pull/6069#discussion_r1498282476
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestAbfsInputStream.java:
##########
@@ -279,3 +283,17 @@ private void verifyAfterSeek(AbfsInputStream
abfsInputStream, long seekPos) thro
assertEquals(0, abfsInputStream.getBCursor());
}
}
+
Review Comment:
cut this
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestAbfsInputStream.java:
##########
@@ -279,3 +283,17 @@ private void verifyAfterSeek(AbfsInputStream
abfsInputStream, long seekPos) thro
assertEquals(0, abfsInputStream.getBCursor());
}
}
+
+//
+//
+//<<<<<<< HEAD
+//private AzureBlobFileSystem getFileSystem(boolean optimizeFooterRead,
+// int fileSize) throws IOException {
+//final AzureBlobFileSystem fs = getFileSystem();
+// getAbfsStore(fs).getAbfsConfiguration()
+// .setOptimizeFooterRead(optimizeFooterRead);
+// getAbfsStore(fs).getAbfsConfiguration()
+// .setIsChecksumValidationEnabled(true);
+// if (fileSize <= getAbfsStore(fs).getAbfsConfiguration()
+// .getReadBufferSize()) {
+// =======
Review Comment:
cut this
--
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]