-
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-36199: [Python][CI][Spark] Update spark versions used on our nightly tests #36347
Conversation
|
This is currently blocked by: #36332 |
@github-actions crossbow submit spark |
Revision: 1a71645 Submitted crossbow builds: ursacomputing/crossbow @ actions-32d56069dc
|
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
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit e34d4c9. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
… nightly tests (apache#36347) ### Rationale for this change We are currently testing with very old or deprecated spark versions. ### What changes are included in this PR? Update the spark versions to be tested. ### Are these changes tested? They will via archery ### Are there any user-facing changes? No * Closes: apache#36199 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Rationale for this change
We are currently testing with very old or deprecated spark versions.
What changes are included in this PR?
Update the spark versions to be tested.
Are these changes tested?
They will via archery
Are there any user-facing changes?
No