AdamGS opened a new pull request, #21504: URL: https://github.com/apache/datafusion/pull/21504
## Which issue does this PR close? - Closes #21503. ## Rationale for this change The spill manager assumes that all available compressions are actually available, which currently relies on feature unification with `datafusion-datasource-arrow`. ## What changes are included in this PR? Move `arrow-ipc/zstd` feature from `datafusion-datasource-arrow` to the workspace dependency, like lz4. ## Are these changes tested? Existing tests cover the functionality, tested individual crates locally. ## Are there any user-facing changes? Shifts some features around which might change behavior for users for DataFusion, not sure how the project reasons about this level of changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
