alamb opened a new issue, #10451:
URL: https://github.com/apache/datafusion/issues/10451

   ### Is your feature request related to a problem or challenge?
   
   While reviewing https://github.com/apache/datafusion/pull/10404/files I 
could not find documentation on what the syntax / available settings are for 
the `OPTIONS` clause
   
   For example there are generic options like
   
   ```sql
   CREATE EXTERNAL TABLE 
   ....
     OPTIONS(
       NULL_VALUE 'NAN',
     )
   ```
   
   And then there are format specific options like (the newly added):
   
   ```sql
   CREATE EXTERNAL TABLE 
   ....
     OPTIONS(
       NULL_VALUE 'NAN',
       'format.has_header' 'true'
     )
   ```
   
   Neither appears to be documented
   
   ### Describe the solution you'd like
   
   
   
   It would be great (as another PR) if we can document them similarly to how 
@devinjdangelo documented the write options:
   
   
https://datafusion.apache.org/user-guide/sql/write_options.html#available-options
   
   With a section for the generic options that apply to all formats and then a 
list of options for each specific format
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to