Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose CopyExec metrics in Spark #935

Open
andygrove opened this issue Sep 11, 2024 · 0 comments
Open

Expose CopyExec metrics in Spark #935

andygrove opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request performance

Comments

@andygrove
Copy link
Member

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.

Describe the potential solution

I think there are two choices:

  1. Create a JVM equivalent CopyExec and make this available in the plan in Spark
  2. Have CopyExec include its time in its child operators metrics

Additional context

No response

@andygrove andygrove added enhancement New feature or request performance labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant