Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22462#discussion_r218757254
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala
 ---
    @@ -47,6 +47,9 @@ class MicroBatchExecution(
         sparkSession, name, checkpointRoot, analyzedPlan, sink,
         trigger, triggerClock, outputMode, deleteCheckpointOnStop) {
     
    +  // Exposed for testing purpose.
    +  val options: Map[String, String] = extraOptions
    --- End diff --
    
    can we create a `LastWriteOptions` instead of exposing it?


---

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

Reply via email to