Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/20225#discussion_r161077122
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/streaming/continuous/ContinuousSuite.scala
---
@@ -219,6 +201,44 @@ class ContinuousSuite extends ContinuousSuiteBase {
StopStream)
}
+ test("kill task") {
--- End diff --
this test does not verify killing tasks :) it verifies "task failure stops
the query" or "task failure restarts the query"
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]