Yikf commented on code in PR #43436:
URL: https://github.com/apache/spark/pull/43436#discussion_r1447182488
##########
connector/connect/client/jvm/pom.xml:
##########
@@ -137,6 +137,10 @@
<include>io.grpc.**</include>
</includes>
</relocation>
+ <relocation>
Review Comment:
you are right, It is unnecessary.
Now, we perform shading of the Guava library within the connect-common
module to ensure both connect-server and connect-client modules maintain
consistent and accurate Guava dependencies.
--
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]