openinx commented on issue #3518: URL: https://github.com/apache/iceberg/issues/3518#issuecomment-964925966
> The iceberg-flink-runtime has been moved into v1.13/flink-runtime, but not in v1.12/flink-runtime. No we don't just move the iceberg-flink-runtime to v1.13/flink-runtime, instead we create a separate iceberg-flink-runtime for different specified flink version. When build the iceberg project, we don't get the `iceberg-flink-1.12-runtime-0.13.0-SNAPSHOT.jar` because we don't enable the flink1.12 build by default ( the default flink version is 1.13, you can see https://github.com/apache/iceberg/blob/master/gradle.properties#L18). And if you want to enable the flink1.12 build, you can choose one of the approaches: 1. Add `1.12` in the gradle.properties; 2. Execute the command: ``` ./gradlew -DflinkVersions=1.12 iceberg-flink:iceberg-flink-1.12:build -x test ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
