nchammas commented on code in PR #44300:
URL: https://github.com/apache/spark/pull/44300#discussion_r1423186667
##########
core/src/main/scala/org/apache/spark/internal/config/ConfigBuilder.scala:
##########
@@ -197,6 +199,13 @@ private[spark] case class ConfigBuilder(key: String) {
this
}
+ def withTag(tag: String): ConfigBuilder = {
Review Comment:
We could also do away with custom group names and instead select certain
prefixes for use as documentation groups, like `spark.sql.cbo`,
`spark.sql.statistics`, etc.
However, this won't work for groupings that don't align with config name
prefixes, like the breakdown of runtime vs. static configurations that was
added in #28274.
--
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]