alamb opened a new issue, #10182:
URL: https://github.com/apache/datafusion/issues/10182
### Describe the bug
Something is wrong with datafusion-cli and creating external tables
### To Reproduce
```
andrewlamb@Andrews-MacBook-Pro:~/Software/arrow-datafusion$ datafusion-cli
DataFusion CLI v37.1.0
> create table foo (x varchar);
External error: Failed to convert path to URL: foo
> create table foo(x varchar);
External error: Failed to convert path to URL: foo
> create table foo(x varchar) as values ('a');
External error: Failed to convert path to URL: foo
```
### 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]