JkSelf commented on code in PR #52039:
URL: https://github.com/apache/spark/pull/52039#discussion_r2281360580
##########
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:
@HyukjinKwon Thanks for your explanations. I have remove this change. And
directly use `cancelJobsWithTag `API to cancel the tasks. Could you help to
review again? Thanks for your help.
--
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]