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

Put compression behind feature flags #33

Open
Jefffrey opened this issue Nov 10, 2023 · 0 comments
Open

Put compression behind feature flags #33

Jefffrey opened this issue Nov 10, 2023 · 0 comments
Labels
enhancement New feature or request low Low priority

Comments

@Jefffrey
Copy link
Collaborator

See parquet for reference:

https://github.com/apache/arrow-rs/blob/dcbe546529faeb9e282819d04ca1b4a3c668a747/parquet/Cargo.toml#L87-L90

(I guess the thinking is decoupling the core of the crate from third-party crates that might not have as much guarantee of maintenance, as well as perhaps only supporting the more common compression types by default, etc.)

progval pushed a commit to progval/datafusion-orc that referenced this issue Mar 6, 2024
@Jefffrey Jefffrey added enhancement New feature or request low Low priority labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low Low priority
1 participant