You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought the mistake was due to Windows default settings (I set EOL as '\n' without success), then installed datafusion-cli 40.0.0 on WSL with same results. Loading from a directory gave the same results:
> datafusion-cli.exe
DataFusion CLI v40.0.0
> select * from './data_dir/';
+----------+----------+
| column_1 | column_2 |
+----------+----------+
| a | b |
| 1 | 2 |
| a | b |
| 3 | 4 |
+----------+----------+
4 row(s) fetched.
To Reproduce
see above
Expected behavior
a and b should be headers. Maybe headers could be a defaulted option only.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Giving a new try to
datafusion-cli
, I followed the first examples in documentation Local Files/Directories:then
I thought the mistake was due to Windows default settings (I set EOL as '\n' without success), then installed
datafusion-cli 40.0.0
on WSL with same results. Loading from a directory gave the same results:To Reproduce
see above
Expected behavior
a and b should be headers. Maybe headers could be a defaulted option only.
Additional context
No response
The text was updated successfully, but these errors were encountered: