Skip to content

Commit

Permalink
change for better readability
Browse files Browse the repository at this point in the history
Signed-off-by: cindyyuanjiang <cindyj@nvidia.com>
  • Loading branch information
cindyyuanjiang committed Dec 17, 2024
1 parent 8e03d94 commit dbb879c
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,9 +1004,15 @@ case class SQLDurationExecutorTimeProfileResult(
}

override def convertToCSVSeq: Seq[String] = {
Seq(appIndex.toString, StringUtils.reformatCSVString(appId), rootsqlID.getOrElse("").toString,
sqlID.toString, durStr, containsDataset.toString, appDurStr,
StringUtils.reformatCSVString(potentialStr), execCpuTimePercent)
Seq(appIndex.toString,
StringUtils.reformatCSVString(appId),
rootsqlID.getOrElse("").toString,
sqlID.toString,
durStr,
containsDataset.toString,
appDurStr,
StringUtils.reformatCSVString(potentialStr),
execCpuTimePercent)
}
}

Expand Down

0 comments on commit dbb879c

Please sign in to comment.