buraksenn commented on issue #19046:
URL: https://github.com/apache/datafusion/issues/19046#issuecomment-4914569983
Running same query in main branch returns proper error so I think it can be
closed
```
➜ datafusion git:(main) cargo run --bin datafusion-cli -p datafusion-cli
Finished [`dev` profile [unoptimized +
debuginfo]](https://doc.rust-lang.org/cargo/reference/profiles.html#default-profiles)
target(s) in 0.49s
Running `target/debug/datafusion-cli`
DataFusion CLI v54.0.0
> CREATE EXTERNAL TABLE hits STORED AS PARQUET LOCATION '/foo/bar.parquet'
WITH ORDER ("EventTime" ASC);
Error during planning: No files found at file:///foo/bar.parquet. Cannot
infer schema from an empty location; either add data files or declare an
explicit schema for the 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]