polyzos opened a new issue, #2968: URL: https://github.com/apache/fluss/issues/2968
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Fluss version 0.9.0 (latest release) ### Please describe the bug 🐞 Flink 1.20 and Fluss 0.9 When using `'table.changelog.image' = 'WAL'` Fluss skips the `UPDATE_BEFORE` on the WAL. However during streaming reads, because `UPDATE_BEFORE` is not generated, this makes Flink to introduce the `ChangelogNormalize` operator which is expensive and unwanted. I tried to disable the operator with `table.exec.sink.upsert-materialize=NONE` however seems like its not taking effect <img width="2103" height="675" alt="Image" src="https://github.com/user-attachments/assets/2fa9d9b0-fd3a-41e9-bec6-ca992bdd35b3" /> ### Solution _No response_ ### Are you willing to submit a PR? - [ ] 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]
