Skip to content

Commit

Permalink
[VL] Gluten-it: A simple nit change for Spark app name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jun 13, 2024
1 parent 6d87246 commit 7eab86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ object Parameterized {
desc: String): Unit = {
println(s"Warming up: Running query: $id...")
try {
val testDesc = "Gluten Spark %s %s warm up".format(desc, id)
val testDesc = "Gluten Spark %s [%s] Warm Up".format(desc, id)
sessionSwitcher.useSession("test", testDesc)
runner.createTables(creator, sessionSwitcher.spark())
val result = runner.runQuery(sessionSwitcher.spark(), testDesc, id, explain = false)
Expand Down

0 comments on commit 7eab86f

Please sign in to comment.