You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2023/12/22 22:19:06 UTC

[I] Support Configuring arrow_ipc::FileWriter via ArrowWriterOptions [arrow-datafusion]

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-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] Support Configuring arrow_ipc::FileWriter via ArrowWriterOptions [arrow-datafusion]

Posted by "devinjdangelo (via GitHub)" <gi...@apache.org>.
devinjdangelo commented on issue #8635:
URL: https://github.com/apache/arrow-datafusion/issues/8635#issuecomment-1868115220

   Also filed https://github.com/apache/arrow-rs/issues/5236 which would enable completing this ticket in a similar way to parquet and csv.


-- 
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-unsubscribe@arrow.apache.org

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