You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/09 03:50:49 UTC

[GitHub] dongjoon-hyun commented on issue #23744: [SPARK-26082][MESOS][FOLLOWUP] Add UT on fetcher cache option on MesosClusterScheduler

dongjoon-hyun commented on issue #23744: [SPARK-26082][MESOS][FOLLOWUP] Add UT on fetcher cache option on MesosClusterScheduler
URL: https://github.com/apache/spark/pull/23744#issuecomment-462010454
 
 
   My bad. Unfortunately, this breaks `branch-2.4/2.3`. I'll revert this.
   ```
   [error] /home/jenkins/workspace/spark-branch-2.4-test-sbt-hadoop-2.7/resource-managers/mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterSchedulerSuite.scala:278: missing parameter type for expanded function ((x$7) => x$7.getCache)
   [error]     assert(uris.stream().allMatch(_.getCache))
   [error]                                   ^
   [error] /home/jenkins/workspace/spark-branch-2.4-test-sbt-hadoop-2.7/resource-managers/mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterSchedulerSuite.scala:302: missing parameter type for expanded function ((x$8) => x$8.getCache.unary_$bang)
   [error]     assert(uris.stream().allMatch(!_.getCache))
   [error]                                    ^
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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