Skip to content

Commit

Permalink
add comments for fields in SQLStageSummary
Browse files Browse the repository at this point in the history
Signed-off-by: cindyyuanjiang <[email protected]>
  • Loading branch information
cindyyuanjiang committed Jan 24, 2025
1 parent a3e4193 commit 385933a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,9 @@ case class SQLStageSummary(
stageSum: Set[StageQualSummaryInfo],
sqlID: Long,
estimateWallClockSupported: Long,
execCPUTime: Long,
execRunTime: Long)
execCPUTime: Long, // in nanoseconds
execRunTime: Long // in milliseconds
)

case class MLFunctions(
appID: Option[String],
Expand Down

0 comments on commit 385933a

Please sign in to comment.