juliuszsompolski commented on code in PR #42461:
URL: https://github.com/apache/spark/pull/42461#discussion_r1291888298


##########
connector/connect/server/pom.xml:
##########
@@ -113,6 +113,12 @@
       <version>${project.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.spark</groupId>
+      
<artifactId>spark-connect-client-jvm-shaded_${scala.binary.version}</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>

Review Comment:
   instead of shading, if I could somehow define in the server that I want to 
filter spark-connect-client-jvm, and include classes from 
org.apache.spark.sql.connect, but exclude the rest that could also maybe work...



-- 
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