-
Notifications
You must be signed in to change notification settings - Fork 593
[GLUTEN-7706][CORE] Support Spark-344 + JDK17 #7789
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e82a3b2
[CORE] Support Spark-344
zhouyuan 161f151
fix spark 344 unit tests
zhouyuan acb7e19
fix spark version
zhouyuan 9f619ce
bump iceberg version to 1.6.1
zhouyuan fb9a37f
bump iceberg version
zhouyuan 73fc211
jdk11
zhouyuan 7a82b46
jdk11
zhouyuan 05d3acb
netty
zhouyuan f2f14ab
disable arrow suite
zhouyuan 535cd02
update spark
zhouyuan 78fcd03
fix
zhouyuan c2dfac6
remove dead code
zhouyuan 596602f
update to use jdk11 docker
zhouyuan 893fbca
adding spark home
zhouyuan 23293aa
Revert "disable arrow suite"
zhouyuan 19bef42
fix argLine in mvn test
zhouyuan 1e504a3
jdk17
zhouyuan 396e63f
fix jdk flags
zhouyuan 372ed09
Revert "jdk17"
zhouyuan 0927ca2
jdk17 with right flags
zhouyuan 85e7ea7
update mockito to 4.6.1
zhouyuan 6aa55a4
Merge branch 'main' into wip_spark344
zhouyuan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
seems Spark 344 UT will only run with jdk17, will we drop UT+jdk8 support in the future?
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.
Hi @Yohahaha,
In general we are trying to bump the JDK support in 1.4 release, due to many dependent libs dropped JDK8 support.
-Picebergis not activated-Piceberg)Cc: @weiting-chen
Thanks, -yuan
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.
thank you for the explanation! @zhouyuan
yes, spark 4.0 requires JDK17+