Commit afdc003
authored
[physical-plan]: remove deprecated spill_record_batch_by_size (apache#23029)
## Which issue does this PR close?
- part of apache#23080
## Rationale for this change
`datafusion_physical_plan::spill::spill_record_batch_by_size` was
deprecated in DataFusion `46.0.0` in favor of
`SpillManager::spill_record_batch_by_size`.
The [API health policy deprecation
guidelines](https://datafusion.apache.org/contributor-guide/api-health.html#deprecation-guidelines)
say deprecated methods remain for 6 major versions or 6 months,
whichever is longer. This API has exceeded that window, so this removes
the deprecated wrapper.
## What changes are included in this PR?
- Removes the deprecated
`datafusion_physical_plan::spill::spill_record_batch_by_size` function.
## Are these changes tested?
By CI
## Are there any user-facing changes?
Yes. This removes a public Rust API that was deprecated in DataFusion
`46.0.0`. Downstream users should migrate to
`datafusion_physical_plan::spill::SpillManager::spill_record_batch_by_size`.
This is an API change and should be labeled `api-change`.1 parent 6792fa9 commit afdc003
2 files changed
Lines changed: 9 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 248 | | |
278 | 249 | | |
279 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
0 commit comments