beliefer commented on a change in pull request #27592: [SPARK-30840][CORE][SQL]
Add version property for ConfigEntry and ConfigBuilder
URL: https://github.com/apache/spark/pull/27592#discussion_r380064769
##########
File path:
core/src/main/scala/org/apache/spark/internal/config/ConfigBuilder.scala
##########
@@ -199,6 +200,11 @@ private[spark] case class ConfigBuilder(key: String) {
this
}
+ def version(v: String): ConfigBuilder = {
+ _version = v
Review comment:
Although we can checked it, but I think convention is greater than
configuration.
This is very similar to `ExpressionDescription.since`.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]