heyihong commented on code in PR #53625:
URL: https://github.com/apache/spark/pull/53625#discussion_r2651135782
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala:
##########
@@ -36,12 +36,14 @@ import
org.apache.spark.sql.execution.exchange.ShuffleExchangeLike
import org.apache.spark.sql.execution.ui.{SparkListenerSQLExecutionEnd,
SparkListenerSQLExecutionStart}
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.internal.StaticSQLConf.SQL_EVENT_TRUNCATE_LENGTH
+import org.apache.spark.sql.util.UUIDv7Generator
import org.apache.spark.util.Utils
object SQLExecution extends Logging {
val EXECUTION_ID_KEY = "spark.sql.execution.id"
val EXECUTION_ROOT_ID_KEY = "spark.sql.execution.root.id"
+ val QUERY_ID_KEY: String = "spark.sql.query.id"
Review Comment:
nit: `spark.sql.execution.queryId`?
--
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]