cloud-fan commented on code in PR #53625:
URL: https://github.com/apache/spark/pull/53625#discussion_r2652125592


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala:
##########
@@ -55,7 +57,12 @@ case class SparkListenerSQLExecutionStart(
     time: Long,
     modifiedConfigs: Map[String, String] = Map.empty,
     jobTags: Set[String] = Set.empty,
-    jobGroupId: Option[String] = None)
+    jobGroupId: Option[String] = None,
+    // A unique identifier for the query execution. For the first execution it 
equals

Review Comment:
   ```suggestion
       // A unique identifier for the query. For the first execution it equals
   ```



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