panbingkun commented on code in PR #48771:
URL: https://github.com/apache/spark/pull/48771#discussion_r1830807688


##########
project/SparkBuild.scala:
##########
@@ -1059,9 +1059,25 @@ object KubernetesIntegrationTests {
 object DependencyOverrides {
   lazy val guavaVersion = 
sys.props.get("guava.version").getOrElse("33.1.0-jre")
   lazy val settings = Seq(
-    dependencyOverrides += "com.google.guava" % "guava" % guavaVersion,
-    dependencyOverrides += "jline" % "jline" % "2.14.6",
-    dependencyOverrides += "org.apache.avro" % "avro" % "1.11.3")
+    dependencyOverrides ++= {

Review Comment:
   Do you want to keep this? Although the issue was fixed when `netty` upgraded 
to version `1.1.114`, similar problems may still occur next time when other 
libraries depend on `different netty` versions.



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