gengliangwang commented on a change in pull request #33385:
URL: https://github.com/apache/spark/pull/33385#discussion_r676744954



##########
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:
       @tgravescs Thanks for the ping.
   As we discussed in the dev list, no new features (except the ongoing major 
projects) can be merged into 3.2. 
   Let's follow the policy and make it 3.3 here, which should happen around 
half a year later IIUC.




-- 
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]

Reply via email to