Issue Number : 700798a
| Issue | When using Hash Join and Full Outer Join together, rows with NULL join keys are not output in the result. |
| Cause | During the transition to the 2 pass stage, rows with NULL join keys are omitted in the process of distributing data partition-wise. |
| Solutions | Modify the 2 pass processing to ensure that rows with NULL join keys are not omitted. |