HyukjinKwon commented on code in PR #52039:
URL: https://github.com/apache/spark/pull/52039#discussion_r2281153542
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala:
##########
@@ -110,6 +110,8 @@ object SQLExecution extends Logging {
redactedStr.substring(0, Math.min(truncateLength,
redactedStr.length))
}.getOrElse(callSite.shortForm)
+ sparkSession.sparkContext.setJobGroup(executionId.toString, desc, true)
Review Comment:
I don't quite get it. We have landed a fix to cancel broadcasted jobs
properly by using tags, and it is fixed in
https://github.com/apache/spark/pull/41440. You can't use the job groups cuz it
overwrites the existent job groups.
--
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]