Commit 14c18ec
authored
fix: Enable
## 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.arrow-ipc/zstd in datasource-arrow to make test_spill_compression pass in every config (#21504)1 parent fd093fb commit 14c18ec
3 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments