Skip to content

Commit

Permalink
Update kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/comman…
Browse files Browse the repository at this point in the history
…d/CommandLineUtils.scala

Co-authored-by: Cheng Pan <[email protected]>
  • Loading branch information
bowenliang123 and pan3793 authored Nov 28, 2023
1 parent 62a4f42 commit 91af014
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ object CommandLineUtils {

/**
* Assemble key value pair with config option prefix
*
* @param key
* @param value
* @return
*/
def confKeyValue(key: String, value: String, confOption: String = CONF): Traversable[String] =
Stream(confOption, genKeyValuePair(key, value))
Expand Down

0 comments on commit 91af014

Please sign in to comment.