apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 957 forks source link

[Bug] CdcSyncDatabaseAction do not sync the new added table #1106

Closed zhangjun0x01 closed 1 year ago

zhangjun0x01 commented 1 year ago

Search before asking

Paimon version

when an CdcSyncDatabaseAction job start, we add a new table on the database, the action can not sync the new mysql table to paimon.

Compute Engine

flink

Minimal reproduce step

  1. start a CdcSyncDatabaseAction to sync the database to paimon.
  2. create a new table on source database.
  3. the action can not sync the new table to paimon.

What doesn't meet your expectations?

the action can not sync the new table to paimon.

Anything else?

No response

Are you willing to submit a PR?

JingsongLi commented 1 year ago

This is by design. We need more work to support it.

qidian99 commented 1 year ago

@JingsongLi I'd like to PoC this feature. Please assign the issue to me :)