mingkangli-db commented on code in PR #47374: URL: https://github.com/apache/spark/pull/47374#discussion_r1688802073
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousExecution.scala: ########## @@ -334,7 +334,7 @@ class ContinuousExecution( epochUpdateThread.interrupt() epochUpdateThread.join() // The following line must be the last line because it may fail if SparkContext is stopped - sparkSession.sparkContext.cancelJobGroup(runId.toString) + sparkSession.sparkContext.cancelJobGroup(runId.toString, "continuous execution finished") Review Comment: Modified the reason to include `runId`. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org