xiaoyong-z opened a new issue, #5014: URL: https://github.com/apache/arrow-datafusion/issues/5014
**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; <img width="966" alt="image" src="https://user-images.githubusercontent.com/31178013/213871216-7100342f-1894-4116-9801-5c601c21dc18.png"> 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. -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
