wbo4958 commented on code in PR #43494:
URL: https://github.com/apache/spark/pull/43494#discussion_r1375877991
##########
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala:
##########
@@ -468,33 +463,15 @@ private[spark] class TaskSchedulerImpl(
private def resourcesMeetTaskRequirements(
Review Comment:
Done
##########
core/src/main/scala/org/apache/spark/scheduler/TaskDescription.scala:
##########
@@ -58,6 +58,7 @@ private[spark] class TaskDescription(
val properties: Properties,
val cpus: Int,
val resources: immutable.Map[String, ResourceInformation],
+ val resourcesAmounts: immutable.Map[String, immutable.Map[String, Double]],
Review Comment:
Good suggestion. Done
--
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]