jerrypeng opened a new pull request #35985: URL: https://github.com/apache/spark/pull/35985
### What changes were proposed in this pull request? Add a metric called "commitOffsets" to the StreamingQueryListener ### Why are the changes needed? A good portion of the batch duration is committing offsets at the end of the micro-batch. The timing for this operation is missing from the durationMs metrics. Lets add this metric to have a more complete picture of where the time is going during the processing of a micro-batch ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? add a test -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
