nchammas commented on a change in pull request #27459: [SPARK-30510][SQL][Docs]
Publicly document Spark SQL configuration options
URL: https://github.com/apache/spark/pull/27459#discussion_r374943718
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1152,7 +1152,8 @@ object SQLConf {
val VARIABLE_SUBSTITUTE_ENABLED =
buildConf("spark.sql.variable.substitute")
- .doc("This enables substitution using syntax like ${var} ${system:var}
and ${env:var}.")
+ .doc("This enables substitution using syntax like `${var}`,
`${system:var}`, " +
+ "and `${env:var}`.")
Review comment:
This is an example of some of the follow-up we'll need to do to clean the
docstrings so they are suitable for rendering in Markdown.
----------------------------------------------------------------
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]