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

explain analyze can not see csvexec execution time metrics #5014

Closed
xiaoyong-z opened this issue Jan 21, 2023 · 0 comments · Fixed by #5018
Closed

explain analyze can not see csvexec execution time metrics #5014

xiaoyong-z opened this issue Jan 21, 2023 · 0 comments · Fixed by #5018
Labels
bug Something isn't working

Comments

@xiaoyong-z
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.
explain analyze can not see csvexec execution time metrics

To Reproduce
Steps to reproduce the behavior:
create a table
explain analyze select * from tables3;
image
both ProjectionExec, RepartitionExec have metrics,
but CsvExec doesn't have metrics

Expected behavior
A clear and concise description of what you expected to happen.
CsvExec also have metrics

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant