We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000efb1 commit 7753998Copy full SHA for 7753998
core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -2591,8 +2591,6 @@ private[spark] object Utils extends Logging {
2591
* of the key value pairs. No care is taken to make sure the redaction property itself is not
2592
* redacted. So theoretically, the property itself could be configured to redact its own value
2593
* when printing.
2594
- * @param kvs
2595
- * @return
2596
*/
2597
def redact(kvs: Map[String, String]): Seq[(String, String)] = {
2598
val redactionPattern = kvs.getOrElse(SECRET_REDACTION_PROPERTY, SECRET_REDACTION_DEFAULT).r
0 commit comments