-
Notifications
You must be signed in to change notification settings - Fork 434
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
[GLUTEN-4424] Explore adding Spark 35 w/ Scala 2.12 only (WIP) #4425
Conversation
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
We usually take 3 steps to add a Spark version.
|
@FelixYBW: Do you mean those three steps would be in separate PRs? |
Yes, may be many PRs, let's solve this one by one. |
Oops picked wrong in cherry pick
…pFileSystem then.
….g. Java 11 & 17) but ignored if not supported (e.g Java 8).
… make it into 3.5.0, so code won't compile just yet I'll update target to 3.5.1 once released and we can continue from there.
69c9fd2
to
19225d8
Compare
Run Gluten Clickhouse CI |
The style issue can be fixed with spotless |
@holdenk Can you help to resolve the conflicts and format issue firstly? And also remove the ut changes from this PR? If you don't have much time, I can take over this task. Looking forward to your reply. Thanks. |
I was going to wait for the 3.5.1 release to be ready on the Spark side (it's very close) and then continue on the PR. I can split the test changes out, personally I don't like merging code without tests or with failing tests but if that's the way y'all do it I can split it. |
The reason is based on our experience, fixing unit tests may require a long time, so we usually split the support patch into several parts, otherwise it will be a very big PR thanks, |
Spark 3.5.1 has been officially released. https://spark.apache.org/releases/spark-release-3-5-1.html |
Yup, I'm going on vacation though until next Thursday so it you want to take it over go for it otherwise I can take a look when I'm back. |
Sure, I will handle the task for 351 and ensure you receive the credit. Thank you for your efforts. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
What changes were proposed in this pull request?
This adds Spark 3.5 support w/ Scala 2.12 avoiding the 2.13 related changes in #3476
(Fixes: #4424)
How was this patch tested?
Existing unit tests (although they're not in great shape so I'm not confident yet).