You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "c3-ffomenko (via GitHub)" <gi...@apache.org> on 2024/01/09 21:32:20 UTC

Re: [PR] [SPARK-45593][BUILD] Building a runnable distribution from master code running spark-sql raise error [spark]

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org