Github user advancedxy commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23083#discussion_r235357328
  
    --- Diff: core/src/main/scala/org/apache/spark/TaskContextImpl.scala ---
    @@ -99,6 +99,13 @@ private[spark] class TaskContextImpl(
         this
       }
     
    +  override def remoteTaskCompletionListener(listener: 
TaskCompletionListener)
    +      : this.type = synchronized {
    +    onCompleteCallbacks -= listener
    --- End diff --
    
    If we are going to add the new interface, I think so.


---

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

Reply via email to