juliuszsompolski opened a new pull request, #42009: URL: https://github.com/apache/spark/pull/42009
### What changes were proposed in this pull request? Currently, Spark Connect only allows to cancel all operations in a session by using SparkSession.interruptAll(). In this PR we are adding a mechanism to interrupt by tag (similar to SparkContext.cancelJobsWithTag), and to interrupt individual operations. ### Why are the changes needed? Better control of query cancelation in Spark Connect ### Does this PR introduce _any_ user-facing change? Yes. New Apis in Spark Connect (TODO - list APIs) ### How was this patch tested? TODO - tests to be added. -- 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]
