apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.79k stars 3.29k forks source link

[Enhancement] enhance alter table property to ccr #43438

Open dataroaring opened 2 weeks ago

dataroaring commented 2 weeks ago

Search before asking

Description

Currently, not all alter property is covered in ccr basic cases.

Solution

  1. add case for db sync and table sync.
  2. find the problem and improve it.
  3. update documents.

Are you willing to submit PR?

Code of Conduct

dataroaring commented 2 weeks ago

table properties can be found here https://doris.apache.org/docs/dev/admin-manual/data-admin/ccr/feature.

wyxxxcat commented 2 weeks ago

pick