LuciferYang commented on code in PR #43715:
URL: https://github.com/apache/spark/pull/43715#discussion_r1386513242
##########
core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala:
##########
@@ -465,8 +465,7 @@ private[ui] class JobDataSource(
val jobDescription =
UIUtils.makeDescription(
jobData.description.getOrElse(lastStageDescription),
- basePath,
- plainText = false)
Review Comment:
There are many similar cases in the code, and I don't think it's worth
cleaning up specifically. Even if it's really necessary, it shouldn't be just
cleaning up this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]