dharanad commented on code in PR #2001: URL: https://github.com/apache/datafusion-comet/pull/2001#discussion_r2265298898
########## spark/src/main/scala/org/apache/comet/rules/CometExecRule.scala: ########## @@ -668,7 +674,8 @@ case class CometExecRule(session: SparkSession) extends Rule[SparkPlan] { normalizePlan(plan) } - var newPlan = transform(normalizedPlan) + // FIXME: Should we move to separate Rule + var newPlan = transform(transformAndAddCopyExec(normalizedPlan)) Review Comment: I am thinking of moving this transformation in sperate rule. But dont know where do i add this rule !! -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org