Github user joseph-torres commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19926#discussion_r156471697
  
    --- 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 --
    
    Sorry, I'm not sure what you have in mind here.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to