Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Support e2e tests on jdk11 #5245

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

liyubin117
Copy link
Contributor

@liyubin117 liyubin117 commented Mar 10, 2025

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 not support their jdk11 container and should not block the other 21 tests.

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

Tests

API and Format

Documentation

@liyubin117
Copy link
Contributor Author

liyubin117 commented Mar 10, 2025

@JingsongLi CI passed, PTAL, thanks :)

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @liyubin117 +1

@JingsongLi JingsongLi merged commit 1283350 into apache:master Mar 10, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants