HyukjinKwon commented on code in PR #47793:
URL: https://github.com/apache/spark/pull/47793#discussion_r1721099466
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -918,6 +918,18 @@ package object config {
.booleanConf
.createOptional
+ private[spark] val EXCLUDE_ON_FAILURE_ENABLED_APPLICATION =
+ ConfigBuilder("spark.excludeOnFailure.application.enabled")
+ .version("3.5.3")
+ .booleanConf
+ .createOptional
+
+ private[spark] val EXCLUDE_ON_FAILURE_ENABLED_TASK_AND_STAGE =
+ ConfigBuilder("spark.excludeOnFailure.taskAndStage.enabled")
+ .version("3.5.3")
Review Comment:
New confs should better be added to 4.0.0
--
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]