platinumhamburg opened a new issue, #2608: URL: https://github.com/apache/fluss/issues/2608
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description The UNDO recovery mechanism for aggregate merge engine tables relies on the full changelog of the table to correctly compute undo operations during failure recovery. However, when table.changelog.image=WAL is configured, the changelog does not contain full row data, which will cause incorrect UNDO recovery results for aggregate merge engine tables. We need to add a validation check to prevent this incompatible configuration combination. ### Willingness to contribute - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
