-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-38060: [Python][CI] Upgrade Spark versions #38082
Conversation
@github-actions crossbow submit spark |
Revision: 4f79949 Submitted crossbow builds: ursacomputing/crossbow @ actions-55ad3a7fe5
|
|
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.
+1
Thanks @kou ! |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 3697bcd. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 8 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Spark released 3.5.0 and dropped support for Java 8 and 11 on main. ### What changes are included in this PR? * Upgrade Spark integration tests from v3.4.1 -> 3.5.0 * Use JDK 17 for Spark latest ### Are these changes tested? Will test in CI ### Are there any user-facing changes? No * Closes: apache#38060 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
### Rationale for this change Spark released 3.5.0 and dropped support for Java 8 and 11 on main. ### What changes are included in this PR? * Upgrade Spark integration tests from v3.4.1 -> 3.5.0 * Use JDK 17 for Spark latest ### Are these changes tested? Will test in CI ### Are there any user-facing changes? No * Closes: apache#38060 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
### Rationale for this change Spark released 3.5.0 and dropped support for Java 8 and 11 on main. ### What changes are included in this PR? * Upgrade Spark integration tests from v3.4.1 -> 3.5.0 * Use JDK 17 for Spark latest ### Are these changes tested? Will test in CI ### Are there any user-facing changes? No * Closes: apache#38060 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
Spark released 3.5.0 and dropped support for Java 8 and 11 on main.
What changes are included in this PR?
Are these changes tested?
Will test in CI
Are there any user-facing changes?
No