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