[ 
https://issues.apache.org/jira/browse/SPARK-45836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated SPARK-45836:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Minor
>              Labels: pull-request-available
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to