Aihua Li created FLINK-17907:
--------------------------------
Summary: flink-table-api-java: Compilation failure
Key: FLINK-17907
URL:
https://issues.apache.org/jira/browse/FLINK-17907 Project: Flink
Issue Type: Bug
Components: Table SQL / API
Affects Versions: 1.11.0
Environment: local env
Reporter: Aihua Li
Fix For: 1.11.0
When i execute the command "mvn clean install -B -U -DskipTests -Dcheckstyle.skip=true -Drat.ignoreErrors -Dmaven.javadoc.skip " in branch "master" and "release\-1.11" to install flink in my local env, i meet this failure:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-table-api-java: Compilation failure
[ERROR] flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/utils/AggregateOperationFactory.java:[550,53] unreported exception X; must be caught or declared to be thrown
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :flink-table-api-java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)