Issue Number: 700191a
| Issue | When the data contains NULL, there is a phenomenon where result value errors occur when using Tuple in NOT IN Pred. |
| Cause | When Tuple is used in NOT IN, != comparison between Tuples should be performed, but the comparison was not processed correctly, causing the problem. |
| Solutions | The NOT IN syntax was converted to the != ALL method to modify the Tuple Expand logic to operate correctly. |