CREATE EXTERNAL TABLE
from CSV creates a table with no columns if there is just a header row
#3263
Labels
CREATE EXTERNAL TABLE
from CSV creates a table with no columns if there is just a header row
#3263
Describe the bug
CREATE EXTERNAL TABLE
from CSV creates a table with no columns if there is just a header row.To Reproduce
Create test file:
In datafusion-cli:
Table is created:
But it has no columns:
Works fine if there is data:
Expected behavior
See above
Additional context
None
The text was updated successfully, but these errors were encountered: