tgravescs commented on a change in pull request #35973:
URL: https://github.com/apache/spark/pull/35973#discussion_r836511436



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala
##########
@@ -66,7 +66,7 @@ private[ui] class AllExecutionsPage(parent: SQLTab) extends 
WebUIPage("") with L
                 'aggregated-runningExecutions')">
             <h4>
               <span class="collapse-table-arrow arrow-open"></span>
-              <a>Running Queries ({running.size})</a>
+              <a>Running Executions ({running.size})</a>

Review comment:
       I somewhat agree that executions sounds odd to me .   
   
   Execution 0, Execution 1, Execution 2 makes me wonder, is that executing the 
same command just multiple times or is it different operations.  
   
   I'm not sure I have a better idea then just leaving it Query though




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