Github user rekhajoshm commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19407#discussion_r142023140
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala 
---
    @@ -269,7 +269,7 @@ final class DataStreamWriter[T] private[sql](ds: 
Dataset[T]) {
         } else {
           val (useTempCheckpointLocation, recoverFromCheckpointLocation) =
             if (source == "console") {
    -          (true, false)
    +          (true, true)
    --- End diff --
    
    Good point @jaceklaskowski updated.thanks


---

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

Reply via email to