alamb commented on issue #6732:
URL:
https://github.com/apache/arrow-datafusion/issues/6732#issuecomment-1604519046
```
+-------------------+---------------------------------------------------------------------------------+
| plan_type | plan
|
+-------------------+---------------------------------------------------------------------------------+
| Plan with Metrics | GlobalLimitExec: skip=0, fetch=10,
metrics=[output_rows=0, elapsed_compute=1ns] |
| | EmptyExec: produce_one_row=false, metrics=[]
|
| |
|
+-------------------+---------------------------------------------------------------------------------+
```
This plan indicates that DataFusion thinks there are no rows in the file and
has replaced the actual scan with an `EmptyExec`
Would it be possible to run a `explain verbose SELECT * FROM my_table` or
`explain analyze verbose SELECT * FROM my_table` and post the output?
This would tell us if the issue is related to something about how the files
are being found, or if it something related to statistics, for example, that
are being written
--
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]