ferenc-csaky commented on code in PR #22789:
URL: https://github.com/apache/flink/pull/22789#discussion_r1722088247
##########
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:
The actual min Hadoop version is 2.10 for a while:
https://github.com/apache/flink/blob/adb8368985ad20e1872a50939c43488516d18b55/pom.xml#L113
So effectively both will be true, it won't matter.
--
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]