[ https://issues.apache.org/jira/browse/FLINK-36214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892072#comment-17892072 ]
Leonard Xu edited comment on FLINK-36214 at 11/11/24 11:31 AM: --------------------------------------------------------------- master(3.3-SNAPSHOT): 0222d39b646e2c7909f0d633fb80137660bdcf30 3.2: 42c9a05202646dd363313f27420de23194442a7f was (Author: ruanhang1993): master(3.3-SNAPSHOT): 0222d39b646e2c7909f0d633fb80137660bdcf30 > Error log when building flink-cdc-pipeline-udf-examples from source code > ------------------------------------------------------------------------ > > Key: FLINK-36214 > URL: https://issues.apache.org/jira/browse/FLINK-36214 > Project: Flink > Issue Type: Improvement > Components: Flink CDC > Reporter: lincoln lee > Assignee: yux > Priority: Minor > Labels: pull-request-available > Fix For: cdc-3.2.1 > > > There's an error log when building from source code(encountered on 3.2.0 rc & > master branch), but not fail the build. > {code} > [INFO] ----------< org.apache.flink:flink-cdc-pipeline-udf-examples > >---------- > [INFO] Building flink-cdc-pipeline-udf-examples 3.2.0 > [3/42] > [INFO] --------------------------------[ jar > ]--------------------------------- > [INFO] > [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Deleting > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/target > [INFO] > [INFO] --- flatten-maven-plugin:1.5.0:clean (flatten.clean) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Deleting > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/.flattened-pom.xml > [INFO] > [INFO] --- spotless-maven-plugin:2.4.2:check (spotless-check) @ > flink-cdc-pipeline-udf-examples --- > [INFO] > [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ > flink-cdc-pipeline-udf-examples --- > [INFO] > [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ > flink-cdc-pipeline-udf-examples --- > [INFO] > [INFO] --- maven-remote-resources-plugin:1.5:process > (process-resource-bundles) @ flink-cdc-pipeline-udf-examples --- > [INFO] > [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/src/main/resources > [INFO] Copying 3 resources > [INFO] > [INFO] --- flatten-maven-plugin:1.5.0:flatten (flatten) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Generating flattened POM of project > org.apache.flink:flink-cdc-pipeline-udf-examples:jar:3.2.0... > [INFO] > [INFO] --- scala-maven-plugin:4.9.2:add-source (scala-compile-first) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Add Source directory: > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/src/main/scala > [INFO] Add Test Source directory: > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/src/test/scala > [INFO] > [INFO] --- scala-maven-plugin:4.9.2:compile (scala-compile-first) @ > flink-cdc-pipeline-udf-examples --- > [INFO] Compiler bridge file: > /Users/lilin/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.10.0-bin_2.12.16__52.0-1.10.0_20240505T232140.jar > [INFO] compiling 8 Scala sources and 8 Java sources to > /Users/lilin/Downloads/veri-cdc/flink-cdc-3.2.0/flink-cdc-pipeline-udf-examples/target/classes > ... > [ERROR] -release is only supported on Java 9 and higher > [INFO] done compiling > [INFO] compile in 8.2 s > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)