coderfender commented on code in PR #3708:
URL: https://github.com/apache/datafusion-comet/pull/3708#discussion_r2941487223


##########
spark/src/main/scala/org/apache/comet/rules/CometExecRule.scala:
##########
@@ -389,6 +390,10 @@ case class CometExecRule(session: SparkSession) extends 
Rule[SparkPlan] {
 
       var newPlan = transform(planWithJoinRewritten)
 
+      // Record coverage stats for metrics
+      val stats = CometCoverageStats.forPlan(newPlan)

Review Comment:
   @wForget  , thank you . I followed a similar approach but made sure (through 
atomic bools) that comet metric source is not registered more than once 



-- 
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]

Reply via email to