jizezhang opened a new issue, #18795:
URL: https://github.com/apache/datafusion/issues/18795

   ### Describe the bug
   
   Similar to an issue mentioned in 
https://github.com/apache/datafusion/issues/18195, it looks like 
`elapsed_compute` from `BaselineMetrics` is also not tracked by scanning csv, 
or file scan in general.
   ```
   > create external table customer
   stored as csv
   location '/Users/jizezhang/datafusion/benchmarks/data/tpch_sf1/csv/customer';
   0 row(s) fetched. 
   Elapsed 0.073 seconds.
   
   > explain analyze
   select * from customer;
   ... elapsed_compute=8ns ...
   ```
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to