dongjoon-hyun edited a comment on pull request #32115:
URL: https://github.com/apache/spark/pull/32115#issuecomment-817036372


   Hi, @gemelen . GitHub Action seems to complain. Could you fix it?
   ```
   [error] /home/runner/work/spark/spark/project/SparkBuild.scala:647:85: type 
mismatch;
   [error]  found   : sbt.TaskKey[java.io.File]
   [error]  required: sbt.Task[java.io.File] => ?
   [error]     dockerBuild := dockerBuild.dependsOn((assembly / packageBin in 
Compile)(Compile / packageBin))
   [error]                                                                      
               ^
   [error] /home/runner/work/spark/spark/project/SparkBuild.scala:648:61: type 
mismatch;
   [error]  found   : sbt.TaskKey[java.io.File]
   [error]  required: sbt.Task[java.io.File] => ?
   [error]       .dependsOn((examples / packageBin in Compile)(Compile / 
packageBin)).value
   [error]                                                             ^
   [error] /home/runner/work/spark/spark/project/SparkBuild.scala:441:127: type 
mismatch;
   [error]  found   : sbt.TaskKey[java.io.File]
   [error]  required: sbt.Task[java.io.File] => ?
   [error]       val args = Seq("--packages", packages, "--class", className, 
(LocalProject("core") / Keys.`package` in Compile)(Compile / Keys.`package`)
   [error]                                                                      
                                                         ^
   [error] three errors found
   [error] (Compile / compileIncremental) Compilation failed
   ```


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to