Skip to content

Commit

Permalink
[SPARK-41369][CONNECT] Add connect common to servers' shaded jar
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This adds the connect common jar to the servers' shaded assembly jar. This was missed in the previous PR.

### Why are the changes needed?
Some developers prefer Maven over SBT. Without this change the python tests won't run.

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

### How was this patch tested?
Yes, manually. We don't have automated tests running that touch maven.

Closes apache#38953 from hvanhovell/SPARK-41369-f1.

Authored-by: Herman van Hovell <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
hvanhovell authored and HyukjinKwon committed Dec 7, 2022
1 parent 30957a9 commit ec89527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/connect/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
<include>com.google.j2objc:j2objc-annotations</include>
<include>org.checkerframework:checker-qual</include>
<include>com.google.code.gson:gson</include>
<include>org.apache.spark:spark-connect-common_${scala.binary.version}</include>
</includes>
</artifactSet>
<relocations>
Expand Down

0 comments on commit ec89527

Please sign in to comment.