venkata91 commented on PR #17820: URL: https://github.com/apache/iceberg/pull/17820#issuecomment-5803317650
@nastra @singhpk234 @manuzhang mind taking a look when you get a chance? This adds `writeDuration` and `writeCloseDuration` task metrics, the write-side counterpart to #17562, extending the metrics UI work from #15104. Both durations travel to the driver in the commit messages, since Spark calls `currentMetricsValues()` before `commit()`. It sits on top of #17562, so that one is the better starting point if you are reviewing both. -- 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]
