Issue Number: 700535a
| Issue | When OR predicates exist in both the main query and the inline view, Example) |
| Cause | During the process where OR expansion is performed on the OR predicate of the main query, At this time, after the OR expansion of the inline view is completed, during the restoration of the predicate created by LNNVL, |
| Solutions | When restoring the predicate created by LNNVL after the OR expansion of the inline view is completed, it has been fixed so that the LNNVL required for the OR expansion of the main query is not omitted. |