- Notifications
You must be signed in to change notification settings - Fork5
Commita5713ec
committed
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
was large enough to be batched and the tuples fell into a batch wherethere were no inner tuples at all. Thanks to Xiaoyu Wang for finding atest case that exposed this long-standing bug.1 parent054b78b commita5713ec
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
607 |
| - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
608 | 609 |
| |
609 | 610 |
| |
610 |
| - | |
611 |
| - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
612 | 614 |
| |
613 | 615 |
| |
614 | 616 |
| |
|
0 commit comments
Comments
(0)