bogao007 commented on code in PR #42193:
URL: https://github.com/apache/spark/pull/42193#discussion_r1277969357
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/artifact/SparkConnectArtifactManager.scala:
##########
@@ -183,6 +183,9 @@ class SparkConnectArtifactManager(sessionHolder:
SessionHolder) extends Logging
// Clean up artifacts folder
FileUtils.deleteDirectory(artifactPath.toFile)
+
+ // Clean up running queries
+
SparkConnectService.streamingSessionManager.cleanupRunningQueries(sessionHolder)
Review Comment:
Thanks @HyukjinKwon, updated.
--
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]