HyukjinKwon commented on code in PR #40591:
URL: https://github.com/apache/spark/pull/40591#discussion_r1153892668
##########
core/src/main/scala/org/apache/spark/scheduler/SparkListener.scala:
##########
@@ -289,7 +289,8 @@ case class SparkListenerApplicationStart(
driverAttributes: Option[Map[String, String]] = None) extends
SparkListenerEvent
@DeveloperApi
-case class SparkListenerApplicationEnd(time: Long) extends SparkListenerEvent
+case class SparkListenerApplicationEnd(time: Long, exitCode: Option[Int] =
None)
Review Comment:
we'll have to define another constructor instead of using default value
which breaks binary compat (and +source compat if you use Java)
--
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]