Github user lw-lin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16442#discussion_r94271291
  
    --- Diff: docs/structured-streaming-programming-guide.md ---
    @@ -1169,11 +1177,11 @@ query.stop()      // stop the query
     
     query.awaitTermination()   // block until query is terminated, with stop() 
or with error
     
    -query.exception()    // the exception if the query has been terminated 
with error
    +query.exception       // the exception if the query has been terminated 
with error
     
    -query.sourceStatus()  // progress information about data has been read 
from the input sources
    +query.recentProgress  // an array of the most recent process updates for 
this query
     
    -query.sinkStatus()   // progress information about data written to the 
output sink
    +query.lastProgress    // the most recent process update of this streaming 
query
    --- End diff --
    
    we've wrapped source/sink statuses into recentProcesses/lastProcess


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to