uncleGen opened a new pull request #24537: [SPARK-23887][SS] continuous query 
progress reporting
URL: https://github.com/apache/spark/pull/24537
 
 
   ## What changes were proposed in this pull request?
   
   Enable query progress reporting in continuous mode.
   
   - add two new trait: `MicroBatchProgressReporter ` and 
`ContinuousProgressReporter `
   - three stages duration in continuous query, including `queryPlanning`, 
`walCommit` and `writerCommit`. Especially, the `queryPlanning` is a static and 
wont change in each epoch.  It only happens once time at the beginning of query.
   
   ## How was this patch tested?
   
   update existing uts

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to