HyukjinKwon commented on a change in pull request #31684:
URL: https://github.com/apache/spark/pull/31684#discussion_r584454864
##########
File path: core/src/main/scala/org/apache/spark/SparkConf.scala
##########
@@ -808,9 +832,21 @@ private[spark] object SparkConf extends Logging {
* @param version The Spark version in which the key was deprecated.
* @param translation A translation function for converting old config
values into new ones.
*/
- private case class AlternateConfig(
+ private[spark] case class AlternateConfig(
Review comment:
Let's fix all Alternate -> Alternative
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]