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

    https://github.com/apache/spark/pull/3711#discussion_r22231382
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/SparkListener.scala ---
    @@ -109,7 +119,8 @@ private[spark] case object SparkListenerShutdown 
extends SparkListenerEvent
     /**
      * :: DeveloperApi ::
      * Interface for listening to events from the Spark scheduler. Note that 
this is an internal
    - * interface which might change in different Spark releases.
    + * interface which might change in different Spark releases. Java clients 
should extend
    + * {@link SparkListenerAdapter}
    --- End diff --
    
    Do you think that we should add a more explicit note regarding binary 
compatibility?  Doesn't have to be part of this PR necessarily.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to