From 83f0ca148e52a7677fc7470747d2160472fa2f70 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Wed, 29 Nov 2023 09:03:01 +0800 Subject: [PATCH] update redactConfValues comment --- .../org/apache/kyuubi/util/command/CommandLineUtils.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala b/kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala index cc02c01ec18..8d8c4bd7c4d 100644 --- a/kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala +++ b/kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala @@ -57,7 +57,8 @@ object CommandLineUtils { Seq(CP, classpathEntries.mkString(File.pathSeparator)) /** - * Redact config values for the given config keys + * Match the conf string in the form of "key=value" + * and redact the value with the replacement text if keys are contained in given config keys */ def redactConfValues( configs: Iterable[String],