Skip to content

Commit

Permalink
adress nit
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Oct 25, 2021
1 parent 850d6b5 commit 71053ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ trait JDBCTestUtils extends KyuubiFunSuite {
}
}

protected def jdbcUrlWithConf(): String = jdbcUrlWithConf(jdbcUrl)
protected def jdbcUrlWithConf: String = jdbcUrlWithConf(jdbcUrl)

protected def jdbcUrlWithConf(jdbcUrl: String): String = {
val sessionConfStr = sessionConfigs.map(kv => kv._1 + "=" + kv._2).mkString(";")
Expand Down

0 comments on commit 71053ae

Please sign in to comment.