-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-6508] Support compilation on Java 11 #11479
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
Conversation
nsivabalan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets do end to end testing/certification before we land this
|
I see some CI failures. do follow up before we land the patch. |
I added Spark tests with Java 11 build and bundle validation on bundles generated by Java 11 build. So the functionality is certified. The CI failure is irrelevant to the changes in this PR, which also happens in other PRs. I'm looking into that. I'll land the PR once CI is green. |
eac32a5 to
c019fbd
Compare

Change Logs
This PR adds support for compiling Hudi on Java 11 for engines like Spark and Flink that support Java 11 and 17. Detailed changes:
Kudos to @Zouxxyy for contributing to this PR from #9300.
Impact
Makes Hudi compilable on Java 11.
Risk level
none
Documentation Update
Docs on Java 11 compilation support.
Contributor's checklist