Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Mar 14, 2023

What changes were proposed in this pull request?

This PR aims to add build_profile_flags to connect module.

Why are the changes needed?

SPARK-42656 added connect profile.

spark/assembly/pom.xml

Lines 155 to 164 in 4db8e7b

<profile>
<id>connect</id>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-connect_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>

Does this PR introduce any user-facing change?

No. This is a dev-only change.

How was this patch tested?

Pass the CIs.

@github-actions github-actions bot added the BUILD label Mar 14, 2023
@dongjoon-hyun
Copy link
Member Author

cc @hvanhovell, @HyukjinKwon

@HyukjinKwon
Copy link
Member

Merged to master and branch-3.4.

HyukjinKwon pushed a commit that referenced this pull request Mar 14, 2023
### What changes were proposed in this pull request?

This PR aims to add `build_profile_flags` to `connect` module.

### Why are the changes needed?

SPARK-42656 added `connect` profile.
https://github.com/apache/spark/blob/4db8e7b7944302a3929dd6a1197ea1385eecc46a/assembly/pom.xml#L155-L164

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

No. This is a dev-only change.

### How was this patch tested?

Pass the CIs.

Closes #40424 from dongjoon-hyun/SPARK-42793.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit f55db28)
Signed-off-by: Hyukjin Kwon <[email protected]>
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun dongjoon-hyun deleted the SPARK-42793 branch March 14, 2023 23:56
@dongjoon-hyun
Copy link
Member Author

BTW, branch-3.4 GitHub CI failure is still under investigation independently.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented Mar 15, 2023

👌

snmvaughan pushed a commit to snmvaughan/spark that referenced this pull request Jun 20, 2023
### What changes were proposed in this pull request?

This PR aims to add `build_profile_flags` to `connect` module.

### Why are the changes needed?

SPARK-42656 added `connect` profile.
https://github.com/apache/spark/blob/4db8e7b7944302a3929dd6a1197ea1385eecc46a/assembly/pom.xml#L155-L164

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

No. This is a dev-only change.

### How was this patch tested?

Pass the CIs.

Closes apache#40424 from dongjoon-hyun/SPARK-42793.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
(cherry picked from commit f55db28)
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants