Re: [I] Expose CopyExec metrics in Spark [datafusion-comet]

2024-12-02 Thread via GitHub
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

Re: [I] Expose CopyExec metrics in Spark [datafusion-comet]

2024-09-11 Thread via GitHub
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

[I] Expose CopyExec metrics in Spark [datafusion-comet]

2024-09-11 Thread via GitHub
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. ###