-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We want basic understanding of where a plan's time is spent and in what operators. See #866 for more details
This information has been added (#866) for intermediate operators but not for low level readers for parquet, json, csv, and avro.
Describe the solution you'd like
Add "baseline" metrics (start time, stop time, output rows, and elapsed_compute) for the data source ExecutionPlans:
ParquetExecNdJsonExecNdJsonExecAvroExecCsvExecCrossJoinExecEmptyExecMemoryExec
Describe alternatives you've considered
None
Additional context
It should be straightforward to follow the model for adding statistics on the following PRs:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request