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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   While looking into https://github.com/apache/arrow-datafusion/issues/8635, I 
noticed that arrow_ipc::FileWriter does not appear to have a builder interface 
for configuring write related options. It would be convenient  to have a 
similar interface to parquet WriterProperties::builder() or csv WriterBuilder 
that enables mutating specific options.
   
   **Describe the solution you'd like**
   arrow_ipc::FileWriterBuilder that enables configuring options with a similar 
interface for other writers in arrow-rs
   
   **Describe alternatives you've considered**
   The existing interface does enable setting options via 
IpcWriteOptions::try_new and IpcWriteOptions::try_with_compression, so this is 
more for convenience / consistency than adding new functionality. 
   
   **Additional context**
   
   


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