Skip to content

[SPARK-34217][INFRA] Fix Scala 2.12 release profile#31310

Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-34217
Closed

[SPARK-34217][INFRA] Fix Scala 2.12 release profile#31310
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-34217

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 24, 2021

What changes were proposed in this pull request?

This PR aims to fix the Scala 2.12 release profile in release-build.sh.

Why are the changes needed?

Since 3.0.0 (SPARK-26132), the release script is using SCALA_2_11_PROFILES to publish Scala 2.12 artifacts.

After looking at the code, this is not a blocker because -Pscala-2.11 is no-op in branch-3.x.
In addition scala-2.12 profile is enabled by default and it's an empty profile without any configuration technically.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

This is used by release manager only.
Manually. This should land at master/3.1/3.0.

@dongjoon-hyun
Copy link
Member Author

cc @srowen and @HyukjinKwon

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon !
Merged to master/3.1/3.0.

dongjoon-hyun added a commit that referenced this pull request Jan 24, 2021
### What changes were proposed in this pull request?

This PR aims to fix the Scala 2.12 release profile in `release-build.sh`.

### Why are the changes needed?

Since 3.0.0 (SPARK-26132), the release script is using `SCALA_2_11_PROFILES` to publish Scala 2.12 artifacts.

After looking at the code, this is not a blocker because `-Pscala-2.11` is no-op in `branch-3.x`.
In addition `scala-2.12` profile is enabled by default and it's an empty profile without any configuration technically.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

This is used by release manager only.
Manually. This should land at `master/3.1/3.0`.

Closes #31310 from dongjoon-hyun/SPARK-34217.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit b8fc6f8)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
dongjoon-hyun added a commit that referenced this pull request Jan 24, 2021
### What changes were proposed in this pull request?

This PR aims to fix the Scala 2.12 release profile in `release-build.sh`.

### Why are the changes needed?

Since 3.0.0 (SPARK-26132), the release script is using `SCALA_2_11_PROFILES` to publish Scala 2.12 artifacts.

After looking at the code, this is not a blocker because `-Pscala-2.11` is no-op in `branch-3.x`.
In addition `scala-2.12` profile is enabled by default and it's an empty profile without any configuration technically.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

This is used by release manager only.
Manually. This should land at `master/3.1/3.0`.

Closes #31310 from dongjoon-hyun/SPARK-34217.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit b8fc6f8)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 2bca383)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@dongjoon-hyun dongjoon-hyun deleted the SPARK-34217 branch January 24, 2021 23:02
@SparkQA
Copy link

SparkQA commented Jan 25, 2021

Test build #134416 has finished for PR 31310 at commit e133d80.

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

skestle pushed a commit to skestle/spark that referenced this pull request Feb 3, 2021
### What changes were proposed in this pull request?

This PR aims to fix the Scala 2.12 release profile in `release-build.sh`.

### Why are the changes needed?

Since 3.0.0 (SPARK-26132), the release script is using `SCALA_2_11_PROFILES` to publish Scala 2.12 artifacts.

After looking at the code, this is not a blocker because `-Pscala-2.11` is no-op in `branch-3.x`.
In addition `scala-2.12` profile is enabled by default and it's an empty profile without any configuration technically.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

This is used by release manager only.
Manually. This should land at `master/3.1/3.0`.

Closes apache#31310 from dongjoon-hyun/SPARK-34217.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants