rezasafi opened a new pull request, #44340:
URL: https://github.com/apache/spark/pull/44340

   
   
   ### What changes were proposed in this pull request?
   Currently SparkListenerApplicationEnd only has a timestamp value and there 
is not exit status recorded with it.
   This change will exitcode to the SparkListenerApplicationEnd event.
   
   
   ### Why are the changes needed?
   Without this it is hard to understand whether an attempt has failed or 
succeeded when using spark listeners.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No, the added exitCode is an optional parameter of the event.
   
   
   ### How was this patch tested?
   Locally using the normal tests. also anew tests is added.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to