liyubin117 opened a new pull request, #5245: URL: https://github.com/apache/paimon/pull/5245
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose After the Maven compilation on JDK11, the generated jar is also built with JDK11, accordingly, the JDK in the E2E container should also be JDK11, otherwise it will remain abnormal as it was. so we should: 1. Use `apache/flink:${test.flink.version}-${test.java.version}` instead of `apache/flink:${test.flink.version}-java8`, 2. Annotate `SparkE2eTest` and `HiveE2eTest` as @DisabledOnJre(JAVA_11) because jdk11 container not supported. e2e-tests on jdk8: https://github.com/liyubin117/paimon/actions/runs/13760620698/job/38475787890 e2e-tests on jdk11: https://github.com/liyubin117/paimon/actions/runs/13760620697/job/38475787701 <!-- What is the purpose of the change --> ### Tests <!-- List UT and IT cases to verify this change --> ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org