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


With regards,
Apache Git Services

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

Reply via email to