Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Configuring arrow_ipc::FileWriter via ArrowWriterOptions #8635

Open
devinjdangelo opened this issue Dec 22, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@devinjdangelo
Copy link
Contributor

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

@devinjdangelo
Copy link
Contributor Author

Also filed apache/arrow-rs#5236 which would enable completing this ticket in a similar way to parquet and csv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant