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

    https://github.com/apache/spark/pull/21220#discussion_r185891436
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala
 ---
    @@ -373,7 +352,7 @@ class MicroBatchExecution(
                     reader.commit(reader.deserializeOffset(off.json))
                 }
               } else {
    -            throw new IllegalStateException(s"batch $currentBatchId 
doesn't exist")
    +            throw new IllegalStateException(s"batch ${currentBatchId - 1} 
doesn't exist")
    --- End diff --
    
    good catch


---

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

Reply via email to