Change default value of datafusion.catalog.has_header
to true
#11936
Labels
enhancement
New feature or request
datafusion.catalog.has_header
to true
#11936
Is your feature request related to a problem or challenge?
As @jgranduel notes in #11848
I think most people would expect when reading this data as a csv file, we would get two columns
a
andb
However, datafusion currently treats the CSV file as "without header" by default resulting in
Describe the solution you'd like
I propose removing this "rough edge" and changing the datafusion default behavior to be what I think most people would expect
Describe alternatives you've considered
I think we should change the default vale of
datafusion.catalog.has_header
fromfalse
totrue
datafusion/datafusion/common/src/config.rs
Lines 184 to 186 in 79fa6f9
Additional context
No response
The text was updated successfully, but these errors were encountered: