c3-ffomenko commented on code in PR #43436:
URL: https://github.com/apache/spark/pull/43436#discussion_r1446636964


##########
connector/connect/client/jvm/pom.xml:
##########
@@ -124,6 +124,10 @@
                 <include>io.grpc.**</include>
               </includes>
             </relocation>
+            <relocation>

Review Comment:
   Thank you for working on this PR, it helped us with our issue. We had 
additional problem with same error message when we build spark with upgraded 
version of guava which depends on failureaccess. In this case shading done in 
network common misses failureaccess dependency since shading is done only on 
guava omitting classes in failureaccess.



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