jose-torres commented on a change in pull request #23619: [SPARK-26695][SQL]
data source v2 API refactor - continuous read
URL: https://github.com/apache/spark/pull/23619#discussion_r251520415
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousExecution.scala
##########
@@ -92,6 +104,8 @@ class ContinuousExecution(
do {
runContinuous(sparkSessionForStream)
} while (state.updateAndGet(stateUpdate) == ACTIVE)
+
+ stopSources()
Review comment:
As above, this looks like it's correctly implemented to me but we should
keep an eye out for flakiness.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]