Github user CodingCat commented on a diff in the pull request:
https://github.com/apache/spark/pull/19926#discussion_r156527409
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQueryManager.scala
---
@@ -237,7 +237,7 @@ class StreamingQueryManager private[sql] (sparkSession:
SparkSession) extends Lo
"is not supported in streaming DataFrames/Datasets and will be
disabled.")
}
- new StreamingQueryWrapper(new StreamExecution(
+ new StreamingQueryWrapper(new MicroBatchExecution(
--- End diff --
I mean, how we switch between ContinuousExecution and MicroBatchExecution?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]