HyukjinKwon commented on a change in pull request #35972:
URL: https://github.com/apache/spark/pull/35972#discussion_r835126902



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/ExecutionPage.scala
##########
@@ -148,6 +155,8 @@ class ExecutionPage(parent: SQLTab) extends 
WebUIPage("execution") with Logging
   }
 
   private def modifiedConfigs(modifiedConfigs: Map[String, String]): Seq[Node] 
= {
+    if (modifiedConfigs.isEmpty) return Nil

Review comment:
       oh, yeah. will handle it. Thanks!




-- 
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]

Reply via email to