-
Notifications
You must be signed in to change notification settings - Fork 930
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
Spark SQL engine supports Spark 4.0 #6920
Conversation
.github/workflows/nightly.yml
Outdated
@@ -21,6 +21,10 @@ on: | |||
schedule: | |||
- cron: 0 4 * * * | |||
|
|||
pull_request: | |||
branches: | |||
- master |
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.
will revert after passing test
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6920 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 688 689 +1
Lines 42592 42614 +22
Branches 5806 5807 +1
======================================
- Misses 42592 42614 +22 ☔ View full report in Codecov by Sentry. |
This reverts commit 75d0bf5.
### Why are the changes needed? Spark 4.0 continues to receive breaking changes since 4.0.0-preview2, and the 4.0.0 RC1 is scheduled at 20250215, this PR fixes all compatibility for the latest Spark 4.0.0-SNAPSHOT for Spark SQL engine. ### How was this patch tested? Pass GHA with `spark-master` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #6920 from pan3793/spark4. Closes #6920 170430e [Cheng Pan] Revert "ci" c6d8893 [Cheng Pan] fix 86ff7ea [Cheng Pan] fix 75d0bf5 [Cheng Pan] ci 9d88c86 [Cheng Pan] fix spark 4.0 compatibility Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit cc9e11c) Signed-off-by: Cheng Pan <[email protected]>
Spark 4.0 continues to receive breaking changes since 4.0.0-preview2, and the 4.0.0 RC1 is scheduled at 20250215, this PR fixes all compatibility for the latest Spark 4.0.0-SNAPSHOT for Spark SQL engine. Pass GHA with `spark-master` No. Closes #6920 from pan3793/spark4. Closes #6920 170430e [Cheng Pan] Revert "ci" c6d8893 [Cheng Pan] fix 86ff7ea [Cheng Pan] fix 75d0bf5 [Cheng Pan] ci 9d88c86 [Cheng Pan] fix spark 4.0 compatibility Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit cc9e11c) Signed-off-by: Cheng Pan <[email protected]>
Thanks, merged to master/1.10.2/1.9.4 |
Why are the changes needed?
Spark 4.0 continues to receive breaking changes since 4.0.0-preview2, and the 4.0.0 RC1 is scheduled at 20250215, this PR fixes all compatibility for the latest Spark 4.0.0-SNAPSHOT for Spark SQL engine.
How was this patch tested?
Pass GHA with
spark-master
Was this patch authored or co-authored using generative AI tooling?
No.