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

csv feature gate #309

Closed
ritchie46 opened this issue May 17, 2021 · 1 comment · Fixed by #312
Closed

csv feature gate #309

ritchie46 opened this issue May 17, 2021 · 1 comment · Fixed by #312
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@ritchie46
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We would like optional IO features

Describe the solution you'd like
Putting certain IO logic behind a feature gate and thereby reducing compilation size (including some dependencies)

@ritchie46 ritchie46 added the enhancement Any new improvement worthy of a entry in the changelog label May 17, 2021
@Dandandan
Copy link
Contributor

From the thread on Slack:

what about separating json / csv from the arrow crate just like the parquet crate? IMO this is easier to manage and also easier to use/understand.
[...] I think features / conditional compilation introduce more complexity than a separate crate would in terms of organization, discoverability and testing.

@alamb alamb added the arrow Changes to the arrow crate label Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants