Commit b682bfe
Fix cherry-pick of apache#21068: remove null-aware code and fix missing helpers
The cherry-pick of apache PR apache#21068 incorrectly included null-aware
anti-join code (referencing nonexistent fields `null_aware`,
`probe_side_non_empty`, `probe_side_has_null` on `HashJoinStream`/
`JoinLeftData`) from a different PR. Also fixes:
- `.map()` -> `.hash_map()` to match this branch's `JoinLeftData` API
- Replace `new_empty_schema_batch()` (undefined in this branch) with
an inline `RecordBatch::try_new_with_options` equivalent
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d89e9d0 commit b682bfe
2 files changed
Lines changed: 8 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | 609 | | |
648 | 610 | | |
649 | | - | |
| 611 | + | |
650 | 612 | | |
651 | 613 | | |
652 | 614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | | - | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
1069 | 1074 | | |
1070 | 1075 | | |
1071 | 1076 | | |
| |||
0 commit comments