juliuszsompolski commented on code in PR #42009:
URL: https://github.com/apache/spark/pull/42009#discussion_r1268542613
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -613,16 +613,30 @@ class SparkSession private[sql] (
/**
* Interrupt all operations of this session currently running on the
connected server.
*
- * TODO/WIP: Currently it will interrupt the Spark Jobs running on the
server, triggered from
- * ExecutePlan requests. If an operation is not running a Spark Job, it
becomes an noop and the
- * operation will continue afterwards, possibly with more Spark Jobs.
- *
Review Comment:
This has actually been fixed by https://github.com/apache/spark/pull/41315
(now the execution is in different thread, and the interrupt interrupts that
thread, not only Spark Jobs.
--
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]