pan3793 commented on code in PR #45372:
URL: https://github.com/apache/spark/pull/45372#discussion_r1534204469


##########
pom.xml:
##########
@@ -199,14 +197,14 @@
     <!-- org.apache.commons/commons-pool2/-->
     <commons-pool2.version>2.12.0</commons-pool2.version>
     <datanucleus-core.version>4.1.17</datanucleus-core.version>
-    <guava.version>14.0.1</guava.version>
+    <guava.version>33.0.0-jre</guava.version>

Review Comment:
   We actually cannot avoid exposing vanilla Guava to classpath, except to 
Spark internal usage, 3-rd party libs still require Guava to work, e.g. 
Curator, Hive. Then, should we continue to do shading after upgrading?



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