xudong963 commented on code in PR #24956:
URL: https://github.com/apache/datafusion/pull/24956#discussion_r3942899725
##########
datafusion/physical-plan/src/joins/piecewise_merge_join/classic_join.rs:
##########
@@ -294,6 +295,7 @@ impl ClassicPWMJStream {
}
// Produce more work
+ let join_timer = self.join_metrics.join_time.timer();
Review Comment:
it starts timers inside existing timers
--
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]