-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[DO NOT MERGE] [HUDI-6198] Run gh actions with Spark 3.4.0 #8682
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
[DO NOT MERGE] [HUDI-6198] Run gh actions with Spark 3.4.0 #8682
Conversation
|
|
||
| - scalaProfile: "scala-2.12" | ||
| sparkProfile: "spark3.3" | ||
| sparkProfile: "spark3.4" |
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.
Why we have so many changes?
|
@wzx140 @danny0405 |
* Disable vectorized reader for spark 3.3.2 only * Keep compile version to be Spark 3.3.1 --------- Co-authored-by: Rahil Chertara <rchertar@amazon.com>
28c025a to
7cc4d1b
Compare
|
BTW, for bundle validation in Java CI, we need to create a new docker image based on Spark 3.4; otherwise, it won't work in Java CI. I'll upload the docker image to the Docker Hub. |
0846e31 to
373dd9f
Compare
504d795 to
e53004e
Compare
e53004e to
19a907a
Compare
CI report:
Bot commands@hudi-bot supports the following commands:
|
|
Hi @danny0405 @xiarixiaoyao, we are trying to upgrade spark to 3.4.0 in hudi. However we are facing issues with several functional test failures due to another casting exception. For example when running the test
I think we can get past this by having vectorized reader disabled as well as code gen disabled but I do not think these are acceptable workarounds. Was wondering if we can get your thoughts, would be happy to sync offline at some point to provide findings as well. |
|
Closing this. The Hudi support on Spark 3.4.0 on the master branch is #8885. |
Change Logs
Changes to support Spark 3.3.0
Impact
Upgrade Spark to 3.4.0
Risk level (write none, low medium or high below)
Low
Documentation Update
Need doc update
Contributor's checklist