alamb commented on issue #8367:
URL:
https://github.com/apache/arrow-datafusion/issues/8367#issuecomment-1833627519
I am not sure about `read_csv` etc -- the `datafusion-cli` already has the
ability to do the equivalent of `read_csv` (and the other formats) with a
different format
Instead of
```
select * from read_csv('foo.csv')
```
It uses
```
select * from 'foo.csv'
```
--
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]