Xingbo Huang created FLINK-28900:
------------------------------------
Summary: RecreateOnResetOperatorCoordinatorTest compile failed in
jdk11
Key: FLINK-28900
URL: https://issues.apache.org/jira/browse/FLINK-28900
Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Affects Versions: 1.16.0
Reporter: Xingbo Huang
Fix For: 1.16.0
{code:java}
2022-08-10T00:19:25.3221073Z [ERROR] COMPILATION ERROR :
2022-08-10T00:19:25.3221634Z [INFO]
-------------------------------------------------------------
2022-08-10T00:19:25.3222878Z [ERROR]
/__w/1/s/flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/RecreateOnResetOperatorCoordinatorTest.java:[241,58]
method containsExactly in class
org.assertj.core.api.AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>
cannot be applied to given types;
2022-08-10T00:19:25.3223786Z required: capture#1 of ? extends
java.lang.Integer[]
2022-08-10T00:19:25.3224245Z found: int
2022-08-10T00:19:25.3224684Z reason: varargs mismatch; int cannot be
converted to capture#1 of ? extends java.lang.Integer
2022-08-10T00:19:25.3225128Z [INFO] 1 error
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=39795&view=logs&j=946871de-358d-5815-3994-8175615bc253&t=e0240c62-4570-5d1c-51af-dd63d2093da1
--
This message was sent by Atlassian Jira
(v8.20.10#820010)