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-41369][CONNECT][BUILD][FOLLOW-UP] Update connect server module name #38957

Closed
wants to merge 1 commit into from

Conversation

amaliujia
Copy link
Contributor

@amaliujia amaliujia commented Dec 7, 2022

What changes were proposed in this pull request?

The current maven package is not showing connect server as the name:

Screen Shot 2022-12-06 at 8 27 04 PM

This PR changes the name to match that it is a server module now:
Screen Shot 2022-12-06 at 8 45 13 PM

Why are the changes needed?

Showing correct name when run maven package.

Does this PR introduce any user-facing change?

NO

How was this patch tested?

N/A

@amaliujia
Copy link
Contributor Author

@HyukjinKwon @hvanhovell

@HyukjinKwon
Copy link
Member

Merged to master.

@@ -28,7 +28,7 @@

<artifactId>spark-connect_2.12</artifactId>
<packaging>jar</packaging>
<name>Spark Project Connect</name>
<name>Spark Project Connect Server</name>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update the actual name of the project. We can do that in a follow-up.

beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 18, 2022
… name

### What changes were proposed in this pull request?

The current maven package is not showing connect server as the name:

<img width="574" alt="Screen Shot 2022-12-06 at 8 27 04 PM" src="https://user-images.githubusercontent.com/1938382/206088497-1e3af988-d6cb-473d-9e99-23f4827349ef.png">

This PR changes the name to match that it is a server module now:
<img width="602" alt="Screen Shot 2022-12-06 at 8 45 13 PM" src="https://user-images.githubusercontent.com/1938382/206090633-241fc348-1b89-4d6a-9b03-499ff914c247.png">

### Why are the changes needed?

Showing correct name when run maven package.

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

NO

### How was this patch tested?

N/A

Closes apache#38957 from amaliujia/update_module_name.

Authored-by: Rui Wang <rui.wang@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants