pan3793 commented on PR #55519:
URL: https://github.com/apache/spark/pull/55519#issuecomment-4362985464

   @dongjoon-hyun an example is, `spark.excludeOnFailure.enabled` was added in 
SPARK-32037 (3.1.0) to replace `spark.blacklist.enabled`.
   
   code in branch-3.5
   ```
     private[spark] val EXCLUDE_ON_FAILURE_ENABLED =
       ConfigBuilder("spark.excludeOnFailure.enabled")
         .version("3.1.0")
         .withAlternative("spark.blacklist.enabled")
         .booleanConf
         .createOptional
   ```


-- 
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]

Reply via email to