berkaysynnada commented on issue #9945:
URL: 
https://github.com/apache/arrow-datafusion/issues/9945#issuecomment-2056112870

   > Is there any way to retain the `WITH HEADER ROW` syntax for backwards 
compatibility? For example, in the parser we could distinguish between `WITH 
HEADER ROW`, `WITH NO HEADER ROW` and not specified.
   
   That might be a good idea. Converting `has_header: bool` to `has_header: 
Option<bool>` in both `CsvOptions` and `CreateExternalTable` will solve the 
problem, and sustain the backwards compatibility. We can sense the conflicting 
options and keep the default behavior.


-- 
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]

Reply via email to