Commit 0259de9
committed
Fix compilation errors in vortex-datafusion for DF52
- Add missing imports: VortexResult, case_when, case_when_no_else, vortex_bail
- Fix can_be_pushed_down -> can_be_pushed_down_impl in non-trait contexts
- Remove duplicate can_case_be_pushed_down function (keep searched CASE version)
- Remove duplicate projection/try_pushdown_projection methods (keep non-Option version)
- Re-add FileScanConfigBuilder import removed in previous commit1 parent bbc10de commit 0259de9
4 files changed
Lines changed: 9 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
511 | 515 | | |
512 | 516 | | |
513 | 517 | | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | 518 | | |
531 | 519 | | |
532 | 520 | | |
| |||
536 | 524 | | |
537 | 525 | | |
538 | 526 | | |
539 | | - | |
| 527 | + | |
540 | 528 | | |
541 | 529 | | |
542 | 530 | | |
543 | 531 | | |
544 | 532 | | |
545 | 533 | | |
546 | | - | |
| 534 | + | |
547 | 535 | | |
548 | 536 | | |
549 | 537 | | |
| |||
591 | 579 | | |
592 | 580 | | |
593 | 581 | | |
594 | | - | |
| 582 | + | |
595 | 583 | | |
596 | 584 | | |
597 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 225 | | |
242 | 226 | | |
243 | 227 | | |
| |||
0 commit comments