Skip to content
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-31168][BUILD][FOLLOWUP] Update scala-2.12 profile #32707

Closed
wants to merge 1 commit into from
Closed

[SPARK-31168][BUILD][FOLLOWUP] Update scala-2.12 profile #32707

wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 31, 2021

What changes were proposed in this pull request?

This PR is a follow-up of #32697 to update the missed part.
After SPARK-34774, we have Scala 2.12 version in scala-2.12 profile.

Why are the changes needed?

To be consistent.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs and manual.

BEFORE

$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep "^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.10

AFTER

$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep "^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.14

@github-actions github-actions bot added the BUILD label May 31, 2021
@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya !

@dongjoon-hyun
Copy link
Member Author

I manually verified this with the following.

BEFORE

$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep "^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.10

AFTER

$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep "^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.14

Merged to master!

@dongjoon-hyun dongjoon-hyun deleted the SPARK-31168-2 branch May 31, 2021 04:27
@SparkQA
Copy link

SparkQA commented May 31, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/43612/

@SparkQA
Copy link

SparkQA commented May 31, 2021

Kubernetes integration test status success
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/43612/

@SparkQA
Copy link

SparkQA commented May 31, 2021

Test build #139091 has finished for PR 32707 at commit 53c55de.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants