dongjoon-hyun commented on code in PR #37924:
URL: https://github.com/apache/spark/pull/37924#discussion_r974893716
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2221,6 +2221,14 @@ package object config {
.checkValue(_ >= 0, "needs to be a non-negative value")
.createWithDefault(5)
+ private[spark] val STAGE_IGNORE_DECOMMISSION_FETCH_FAILURE =
+ ConfigBuilder("spark.stage.ignoreOnDecommissionFetchFailure")
Review Comment:
Shall we remove the redundant `On`?
```
- ignoreOnDecommissionFetchFailure
+ ignoreDecommissionFetchFailure
```
--
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]