Issue Number: 700626a
| Issue | After the improvement of the Bind Meta estimation feature, the MView Query Rewrite was not performed. |
| Cause | During the internal execution of DDL to check whether MView Rewrite is possible, even when the meta information of the user bind parameter could be checked, that meta was not set. As a result, the Meta estimation logic was applied, and a value different from the actual bind meta was set, causing an error during the DDL execution process and the Rewrite to fail. |
| Solutions | Modified so that if the user bind meta can be checked during the DDL execution process, the corresponding meta information is set. |