Issue Number: 346148c
| Issue | An error in the result occurred when FGA, Partition Index, and MIN/MAX optimization were used together. |
| Cause | The maximum or minimum value must be found for each partition, and then these values must be collected again to calculate the overall maximum or minimum value. However, due to the influence of the FGA filter, the plan was incorrectly generated, processing all partitions without calculating the maximum or minimum for each partition, which caused the result error. |
| Solutions | The change was adjusted to maintain the existing behavior without applying the modification. |