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

   `CreateExternalTable` has some CSV specific fields: 
   
       /// Whether the CSV file contains a header
       pub has_header: bool,
       /// Delimiter for CSV
       pub delimiter: char,
   
   After the new way of setting the configs 
https://github.com/apache/arrow-datafusion/pull/9382,  I believe we should 
eliminate them now. `CreateExternalTable` should have fields applying all type 
of formats. Format specific options are given with `OPTIONS()` part.


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