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

parquet should depend on a small set of arrow features #800

Closed
msalib opened this issue Sep 23, 2021 · 1 comment · Fixed by #801
Closed

parquet should depend on a small set of arrow features #800

msalib opened this issue Sep 23, 2021 · 1 comment · Fixed by #801
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@msalib
Copy link
Contributor

msalib commented Sep 23, 2021

parquet has an optional dependency on arrow. But when users do depend on parquet with arrow support, they get all of the default features for arrow, even though parquet doesn't need any of those features.

My project depends on parquet and needs the arrow feature as well, but this makes my build times very large since arrow has so many default features that I don't need.

I'd like to change parquet's optional arrow dependency to not depend on the full set of default features. This is a one line change!

@msalib msalib added the enhancement Any new improvement worthy of a entry in the changelog label Sep 23, 2021
@msalib
Copy link
Contributor Author

msalib commented Sep 23, 2021

My proposed fix is in #801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant