Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.18.0
-
None
Description
I have the same test failure in both e2e test runs:
16:36:27.471 [ERROR] /home/vsts/work/1/s/flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/TtlMapStateAllEntriesTestContext.java:[49,30] incompatible types: inference variable T0 has incompatible bounds equality constraints: java.lang.String,java.lang.Integer,UK,T0,T0 lower bounds: java.lang.Integer [...] 16:36:27.495 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project flink-runtime: Compilation failure 16:36:27.495 [ERROR] /home/vsts/work/1/s/flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/TtlMapStateAllEntriesTestContext.java:[49,30] incompatible types: inference variable T0 has incompatible bounds 16:36:27.496 [ERROR] equality constraints: java.lang.String,java.lang.Integer,UK,T0,T0 16:36:27.496 [ERROR] lower bounds: java.lang.Integer 16:36:27.496 [ERROR] -> [Help 1]
Attachments
Issue Links
- is related to
-
FLINK-23982 Compiling error in WindowOperatorTest
- Reopened
- relates to
-
FLINK-34963 Compilation error in ProcessFunctionTestHarnesses
- Open