Issue Number: 700703a
| Issue | When performing DELETE on tables with TCC compression enabled, the validation of rows targeted for deletion may not be handled correctly. |
| Cause | In TCC compressed tables, the validity of rows selected for deletion was not verified, which could lead to incorrect deletion processing. |
| Solutions | During DELETE operations on tables with TCC enabled, the validity of the rows targeted for deletion is now checked, and if invalid, the deletion is re-executed accordingly. |