Zakelly Lan created FLINK-37931:
-----------------------------------
Summary: LookupJoinUtil failed to compile
Key: FLINK-37931
URL: https://issues.apache.org/jira/browse/FLINK-37931
Project: Flink
Issue Type: Bug
Reporter: Zakelly Lan
{code:java}
12:25:52 [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile)
on project flink-table-planner_2.12: Compilation failure
12:25:52 [ERROR]
/mnt/jenkins/workspace/flink-main-benchmarks/flink/flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/LookupJoinUtil.java:[427,16]
constructor AsyncLookupOptions in class
org.apache.flink.table.planner.plan.utils.LookupJoinUtil.AsyncLookupOptions
cannot be applied to given types;
12:25:52 [ERROR] required:
int,long,boolean,org.apache.flink.streaming.api.datastream.AsyncDataStream.OutputMode
12:25:52 [ERROR] found:
java.lang.Integer,long,org.apache.flink.streaming.api.datastream.AsyncDataStream.OutputMode
12:25:52 [ERROR] reason: actual and formal argument lists differ in length
12:25:52 [ERROR]
12:25:52 [ERROR] -> [Help 1]
12:25:52 [ERROR]
12:25:52 [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
12:25:52 [ERROR] Re-run Maven using the -X switch to enable full
debug logging.
12:25:52 [ERROR]
12:25:52 [ERROR] For more information about the errors and possible solutions,
please read the following articles:
12:25:52 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
12:25:52 [ERROR]
12:25:52 [ERROR] After correcting the problems, you can resume the build with
the command
12:25:52 [ERROR] mvn <args> -rf :flink-table-planner_2.12
{code}
Seems related with FLINK-37875 and https://github.com/apache/flink/pull/26616
--
This message was sent by Atlassian Jira
(v8.20.10#820010)