alan.zhao created SPARK-45836:
---------------------------------

             Summary: Redundant parameter passing
                 Key: SPARK-45836
                 URL: https://issues.apache.org/jira/browse/SPARK-45836
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.5.0
            Reporter: alan.zhao




org.apache.spark.ui.jobs.AllJobsPage.scala

{code:scala}
// UIUtils.makeDescription 
//plainText is a redundant parameter and is set to false by default in method 
signatures

private def jobRow(jobData: v1.JobData): JobTableRowData = {
xxx
val jobDescription =
      UIUtils.makeDescription(
        jobData.description.getOrElse(lastStageDescription),
        basePath,
        plainText = false)
xx
}
{code}





--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to