devinjdangelo opened a new issue, #8635:
URL: https://github.com/apache/arrow-datafusion/issues/8635

   ### Is your feature request related to a problem or challenge?
   
   ArrowWriterOptions is already a variant of FileTypeWriterOptions, but it 
does not yet contain any configurable options. Now that we support writing out 
arrow files #8608 we should add support for the options that 
arrow_ipc::FileWriter supports.
   
   ### Describe the solution you'd like
   
   Update ArrowWriterOptions to parse options and pass through to 
arrow_ipc::FileWriter.
   
   ### Describe alternatives you've considered
   
   We could also add session level configuration options, as we have for 
parquet. 
   
   ### 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...@arrow.apache.org.apache.org

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

Reply via email to