Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/20243#discussion_r161966755
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousExecution.scala
---
@@ -54,7 +54,7 @@ class ContinuousExecution(
sparkSession, name, checkpointRoot, analyzedPlan, sink,
trigger, triggerClock, outputMode, deleteCheckpointOnStop) {
- @volatile protected var continuousSources: Seq[ContinuousReader] = _
+ @volatile protected var continuousSources: Seq[ContinuousReader] = Seq()
--- End diff --
why this change. is it related to this PR?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]