Re: [PR] Implement Helpers for ScopedTimerGuard and Time Structs [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada merged PR #16911: URL: https://github.com/apache/datafusion/pull/16911 -- 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: github-unsubscr...@

Re: [PR] Implement Helpers for ScopedTimerGuard and Time Structs [datafusion]

2025-07-25 Thread via GitHub
alamb commented on code in PR #16911: URL: https://github.com/apache/datafusion/pull/16911#discussion_r2231870480 ## datafusion/physical-plan/src/metrics/value.rs: ## @@ -331,6 +341,20 @@ impl ScopedTimerGuard<'_> { pub fn done(mut self) { self.stop() } + +