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

    https://github.com/apache/spark/pull/23145#discussion_r237564429
  
    --- Diff: docs/structured-streaming-programming-guide.md ---
    @@ -1634,7 +1634,7 @@ returned through `Dataset.writeStream()`. You will 
have to specify one or more o
     
     - *Query name:* Optionally, specify a unique name of the query for 
identification.
     
    -- *Trigger interval:* Optionally, specify the trigger interval. If it is 
not specified, the system will check for availability of new data as soon as 
the previous processing has completed. If a trigger time is missed because the 
previous processing has not completed, then the system will trigger processing 
immediately.
    +- *Trigger interval:* Optionally, specify the trigger interval. If it is 
not specified, the system will check for availability of new data as soon as 
the previous processing has been completed. If a trigger time is missed because 
the previous processing has not been completed, then the system will trigger 
processing immediately.
    --- End diff --
    
    "has completed" is actually correct, but the passive voice here is 
grammatical too.


---

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

Reply via email to