dannycjones commented on code in PR #4334:
URL: https://github.com/apache/hadoop/pull/4334#discussion_r879160238
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFlush.java:
##########
@@ -400,7 +400,7 @@ private void validate(InputStream stream, byte[]
writeBuffer, boolean isEqual)
writeBuffer,
readBuffer);
} else {
- assertThat(
+ org.hamcrest.MatcherAssert.assertThat(
Review Comment:
Indentation here looks off, I think we want to keep the original indentation.
##########
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemFlush.java:
##########
@@ -418,7 +418,7 @@ private void validate(FileSystem fs, Path path, byte[]
writeBuffer, boolean isEq
assertArrayEquals(
String.format("Bytes read do not match bytes written to %1$s",
filePath), writeBuffer, readBuffer);
} else {
- assertThat(
+ org.hamcrest.MatcherAssert.assertThat(
Review Comment:
Indentation here looks off, I think we want to keep the original indentation.
--
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]