tgravescs commented on a change in pull request #33385:
URL: https://github.com/apache/spark/pull/33385#discussion_r676738629
##########
File path: core/src/main/scala/org/apache/spark/TaskContext.scala
##########
@@ -177,6 +177,12 @@ abstract class TaskContext extends Serializable {
*/
def getLocalProperty(key: String): String
+ /**
+ * CPUs allocated to the task.
+ */
+ @Since("3.1.3")
Review comment:
this generally isn't something we would pull back since its a feature, I
would expect this in 3.3, maybe 3.2 depending on where its at @gengliangwang
thoughts?
--
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]