yaooqinn commented on code in PR #42199:
URL: https://github.com/apache/spark/pull/42199#discussion_r1278688288
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1375,6 +1375,12 @@ object SQLConf {
.timeConf(TimeUnit.SECONDS)
.createWithDefaultString(s"${5 * 60}")
+ val INTERRUPT_ON_CANCEL = buildConf("spark.sql.execution.interruptOnCancel")
+ .doc("When true, all running tasks will be interrupted if one cancels a
query.")
+ .version("3.5.0")
Review Comment:
OK
--
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]