spuru9 commented on code in PR #28497:
URL: https://github.com/apache/flink/pull/28497#discussion_r3454313962
##########
flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingTest.java:
##########
@@ -448,7 +448,7 @@ public boolean filterPath(Path filePath) {
monitoringFunction.open(DefaultOpenContext.INSTANCE);
monitoringFunction.run(context);
- Assert.assertArrayEquals(filesKept.toArray(),
context.getSeenFiles().toArray());
+
assertThat(context.getSeenFiles().toArray()).isEqualTo(filesKept.toArray());
Review Comment:
Have done for 1x1 replacement so had it, also the same for isTrue and some
others. Will add it my learning for the PR for other submodules.
--
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]