pan3793 commented on code in PR #45372:
URL: https://github.com/apache/spark/pull/45372#discussion_r1574065984
##########
project/SparkBuild.scala:
##########
@@ -952,7 +955,7 @@ object Unsafe {
object DockerIntegrationTests {
// This serves to override the override specified in DependencyOverrides:
lazy val settings = Seq(
- dependencyOverrides += "com.google.guava" % "guava" % "33.0.0-jre"
+ dependencyOverrides += "com.google.guava" % "guava" % "33.1.0-jre"
Review Comment:
This PR is mainly of PoC, so I just make minimal changes to verify it works.
I think we can unify the Guava version in all places after upgrading Hive
2.3.10, in an independent PR.
--
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]