Issue Number: 700261a
| Issue | An issue occurred where the Star Transformation hint was not applied when using the FGA feature. |
| Cause | It was configured so that Star Transformation would not be performed if there is a predicate on the Fact Table. Additionally, when using Star Transformation together with FGA, the child of the Star Transformation was considered incomplete, causing the execution plan not to be generated and resulting in an error. |
| Solutions | Modified to allow Star Transformation to be performed even if there is a predicate on the Fact Table. Also, corrected the logic that mistakenly judged the execution plan as incomplete when using Star Transformation together with FGA. |