apache / doris-flink-connector

Flink Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
315 stars 221 forks source link

[Bug] doris中如果有表,则不会同步 #482

Closed liutao-123 closed 2 weeks ago

liutao-123 commented 4 weeks ago

Search before asking

Version

1.6

What's Wrong?

我见代码中是当doris中没有mysql的表才会执行代码: dorisTables.add(Tuple2.of(targetDb, dorisTable)); 因此 doris中如果有表,则不会同步。

What You Expected?

当doris中有对应的表示希望也能够进行同步,而不是直接过滤。

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

JNSimba commented 4 weeks ago

It has been fixed and can be tried with 24.0.0

vinlee19 commented 2 weeks ago

Maybe you can solve the problem by using --single-sink true