HyukjinKwon opened a new pull request, #58723: URL: https://github.com/apache/spark/pull/58723
### What changes were proposed in this pull request? Follow-up to SPARK-59061. The `StandaloneAppClientListener` trait overview said there were "six events" and enumerated six callbacks, but the trait declares eight: the summary omitted the pre-existing `dead` (application death) and `executorDecommissioned` callbacks. This corrects the count and lists all eight. ### Why are the changes needed? The doc under-counted the callbacks a listener must handle, which is misleading for implementers. ### Does this PR introduce _any_ user-facing change? No. Documentation-only change to an internal (`private[spark]`) trait. ### How was this patch tested? N/A (comment-only change). ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Isaac Co-authored-by: Isaac <[email protected]> This pull request and its description were written by Isaac. -- 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]
