You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.
The text was updated successfully, but these errors were encountered:
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;
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.
The text was updated successfully, but these errors were encountered: