andygrove closed issue #935: Expose CopyExec metrics in Spark
URL: https://github.com/apache/datafusion-comet/issues/935
--
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 unsu
andygrove commented on issue #935:
URL:
https://github.com/apache/datafusion-comet/issues/935#issuecomment-2343686123
@viirya for upstream approval, thanks
--
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
andygrove opened a new issue, #935:
URL: https://github.com/apache/datafusion-comet/issues/935
### What is the problem the feature request solves?
In the native planner, we insert a CopyExec node into the plan. The timings
from this operator are not visible in the Spark UI.
###