wbo4958 commented on code in PR #43494:
URL: https://github.com/apache/spark/pull/43494#discussion_r1376121015
##########
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala:
##########
@@ -389,7 +389,7 @@ private[spark] class TaskSchedulerImpl(
maxLocality: TaskLocality,
shuffledOffers: Seq[WorkerOffer],
availableCpus: Array[Int],
- availableResources: Array[Map[String, Buffer[String]]],
+ availableResources: Array[ExecutorResourcesAmounts],
Review Comment:
The resources in WorkerOffer
https://github.com/apache/spark/pull/43494/files#diff-942455d6c015aaa273f66a9d8ea00297d7c05e45e83a0761783c68ad134b1e87R33
has been changed to ExecutorResourcesAmounts
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]