Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17642#discussion_r111654148
  
    --- Diff: project/SparkBuild.scala ---
    @@ -448,7 +448,9 @@ object DockerIntegrationTests {
      */
     object DependencyOverrides {
       lazy val settings = Seq(
    -    dependencyOverrides += "com.google.guava" % "guava" % "14.0.1")
    +    dependencyOverrides ++= Set(
    --- End diff --
    
    Using `Seq` produces an error as below:
    
    ```
    [error] .../spark/project/SparkBuild.scala:451: No implicit for 
Append.Values[Set[sbt.ModuleID], Seq[sbt.ModuleID]] found,
    [error]   so Seq[sbt.ModuleID] cannot be appended to Set[sbt.ModuleID]
    [error]     dependencyOverrides ++= Seq(
    [error]                         ^
    [error] one error found
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to