cloud-fan commented on code in PR #53625:
URL: https://github.com/apache/spark/pull/53625#discussion_r2649187442
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala:
##########
@@ -48,6 +50,9 @@ case class SparkListenerSQLExecutionStart(
// nested execution, then rootExecutionId = None
@JsonDeserialize(contentAs = classOf[java.lang.Long])
rootExecutionId: Option[Long],
+ // A unique identifier for the query execution. For the first execution it
equals
+ // QueryExecution.queryId, for subsequent executions a new UUIDv7 is
generated.
+ queryId: Option[UUID] = None,
Review Comment:
let's also check `JsonProtocol`. We should set this field to None when
reading legacy event logs.
--
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]