kottmann commented on code in PR #22789:
URL: https://github.com/apache/flink/pull/22789#discussion_r1721750114
##########
flink-filesystems/flink-hadoop-fs/src/test/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableWriterTest.java:
##########
@@ -49,12 +48,14 @@ class HadoopRecoverableWriterTest extends
AbstractRecoverableWriterTest {
@BeforeAll
static void testHadoopVersion() {
- assumeThat(HadoopUtils.isMinHadoopVersion(2, 6)).isTrue();
+ Assumptions.assumeTrue(HadoopUtils.isMinHadoopVersion(2, 7));
Review Comment:
Should this be 2.6 or 2.7? Seems the migration to JUnit 5 in an added commit
change it. I can also remove the changes from this class if preferred.
--
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]