You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: