jiangzhx commented on issue #6732:
URL:
https://github.com/apache/arrow-datafusion/issues/6732#issuecomment-1600428592
My previous guess was that the file extension was incorrect, but it doesn't
seem to be the case.
Could you please print out the explain analyze? It would be great if you
could also find a way to upload a Parquet file."
```
let df = ctx
.sql("SELECT * FROM my_table ")
.await?
.explain(false, true)?;
```
or
```
explain analyze SELECT * FROM my_table
```
--
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]