dataroaring opened a new issue, #43435: URL: https://github.com/apache/doris/issues/43435
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Currently, rollup is not synced to downstream in ccr. while adding column to rollup generates binglog. This would result in breakdown of ccr job. ### Solution 1. add basic cases for rollup in ccr, including create table with rollup, adding rollup, adding column to rollup index, removing column from rollup index, modifying column, modifying order by, for database job and table job. 2. find not supported operation and add supporting. Some of them are difficult, e.g. add a rollup should result in a fullsync or partial sync, rather than a sql to downstream. 3. update documentation. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org