HyukjinKwon commented on a change in pull request #34745:
URL: https://github.com/apache/spark/pull/34745#discussion_r772747839
##########
File path: project/SparkBuild.scala
##########
@@ -600,7 +600,7 @@ object DockerIntegrationTests {
lazy val settings = Seq(
dependencyOverrides += "com.google.guava" % "guava" % "18.0",
resolvers += "DB2" at
"https://app.camunda.com/nexus/content/repositories/public/",
- libraryDependencies += "com.oracle" % "ojdbc6" % "11.2.0.1.0" from
"https://app.camunda.com/nexus/content/repositories/public/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar"
// scalastyle:ignore
+ libraryDependencies += "com.oracle" % "ojdbc6" % "11.2.0.3" from
"https://app.camunda.com/nexus/content/repositories/public/com/oracle/ojdbc6/11.2.0.3/ojdbc6-11.2.0.3.jar"
// scalastyle:ignore
Review comment:
BTW, is it something we can backport up to branch-3.1? If not, let's
separate these changes into a separate PR so that can be only merged to master
or other branches.
--
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]