HyukjinKwon commented on a change in pull request #33740:
URL: https://github.com/apache/spark/pull/33740#discussion_r689018185
##########
File path: docs/configuration.md
##########
@@ -659,6 +659,16 @@ Apart from these, the following properties are also
available, and may be useful
</td>
<td>2.1.2</td>
</tr>
+<tr>
+ <td><code>spark.redaction.string.regex</code></td>
+ <td>(none)</td>
+ <td>
+ Regex to decide which parts of strings produced by Spark contain sensitive
+ information. When this regex matches a string part, that string part is
replaced by a
+ dummy value. This is currently used to redact the output of SQL explain
commands.
Review comment:
Hm, sounds like it's currently only used by SQL's config fallback value,
and we already documented `spark.sql.redaction.string.regex`. I wouldn't
document this one alone for now as it's unlikely set by users at this moment.
--
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]