-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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-33662][BUILD] Setting version to 3.2.0-SNAPSHOT #30606
Conversation
Thank you, @srowen ! |
Thank you, @tgravescs ! |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Thank you, @gengliangwang ! |
Test build #132237 has finished for PR 30606 at commit
|
Retest this please |
Kubernetes integration test starting |
Kubernetes integration test status failure |
For one Jenkins UT failure, it's a known flakiness issue, SPARK-33273 .
For one Jenkins K8s IT failure, it's also a known flaky one. (cc @ScrapCodes )
GitHub Action jobs are still on the queue for two hours. |
Scala 2.13 seems to be broken by #30575 . |
Test build #132244 has finished for PR 30606 at commit
|
Jenkins passed. Merged to master. |
Thank you all! |
Oh thanks Dongjoon :-). |
Thanks @dongjoon-hyun, can you help me spot one more flaked instance of this test. So that I am sure, of the cause. (In my local testing, it never failed so far.) |
@ScrapCodes . You can find more instances easily at the failure links of https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s job. I saw this failure several times.
|
Thanks @dongjoon-hyun, I have opened a pr #30616 to address this. |
What changes were proposed in this pull request?
This PR aims to update
master
branch version to 3.2.0-SNAPSHOT.Why are the changes needed?
Start to prepare Apache Spark 3.2.0.
Does this PR introduce any user-facing change?
N/A.
How was this patch tested?
Pass the CIs.