Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed May 19, 2022
1 parent 8ecf8b8 commit 992296c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ object SQLPlanParser extends Logging {
case "WindowInPandas" =>
WindowInPandasExecParser(node, checker, sqlID).parse
case _ =>
// logWarning(s"other graph node ${node.name} desc: ${node.desc} id: ${node.id}")
new ExecInfo(sqlID, node.name, expr = "", 1, duration = None, node.id,
isSupported = false, None)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class QualificationAppInfo(
perSqlStageSummary.map(_.stageSum).flatten, estimatedInfo)
}
}
// case class TaskTimeSummaryInfo(sqlDataframeTaskDuration: Long, nonSQLTaskDuration: Long)

private[qualification] def processSQLPlan(sqlID: Long, planInfo: SparkPlanInfo): Unit = {
checkMetadataForReadSchema(sqlID, planInfo)
Expand Down

0 comments on commit 992296c

Please sign in to comment.