HyukjinKwon commented on issue #28017: [MINOR][DOCS] Fix some links for python 
api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603839393
 
 
   Can you try the below?
   
   ```diff
   diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
   index 4e1badb5e90..60319d81e16 100644
   --- a/project/SparkBuild.scala
   +++ b/project/SparkBuild.scala
   @@ -625,7 +625,8 @@ object DependencyOverrides {
        dependencyOverrides += "com.google.guava" % "guava" % "14.0.1",
        dependencyOverrides += "commons-io" % "commons-io" % "2.4",
        dependencyOverrides += "xerces" % "xercesImpl" % "2.12.0",
   -    dependencyOverrides += "jline" % "jline" % "2.14.6")
   +    dependencyOverrides += "jline" % "jline" % "2.14.6",
   +    dependencyOverrides += "org.apache.avro" % "avro" % "1.8.2",
    }
   
    /**
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to