Yikf commented on code in PR #43436:
URL: https://github.com/apache/spark/pull/43436#discussion_r1372544571


##########
assembly/pom.xml:
##########
@@ -149,6 +149,12 @@
           <groupId>org.apache.spark</groupId>
           <artifactId>spark-connect_${scala.binary.version}</artifactId>
           <version>${project.version}</version>
+          <exclusions>
+            <exclusion>
+              <groupId>org.apache.spark</groupId>
+              
<artifactId>spark-connect-common_${scala.binary.version}</artifactId>

Review Comment:
   Runnable distribution tar already contains connect-server and connect-server 
shade the connect-common, so runnable distribution tar does not need to contain 
connect-common anymore.
   
https://github.com/apache/spark/blob/8cdcfd262f9fd46fb9a8e1ceb0bccefe452582bd/connector/connect/server/pom.xml#L306



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to