AdamGS opened a new issue, #21503: URL: https://github.com/apache/datafusion/issues/21503
### Describe the bug The `test_spill_compression` test fails with default features because it can't spill with `zstd` compression. It implicitly relies on the `datafusion-datasource-arrow` crate to enable `arrow-ipc/zstd` through its `compression` feature. ### To Reproduce `cargo test -p datafusion-physical-plan test_spill_compression` ### Expected behavior I think in this case its just overlooked, the code assumes that all available compressions are actually available, which requires this feature. ### Additional context _No response_ -- 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]
