apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Bug] When initializing MySQL table data, Duplicate entry. #4115

Closed CuteShaos closed 1 month ago

CuteShaos commented 1 month ago

Search before asking

Java Version

1.8

Scala Version

2.12.x

StreamPark Version

dev

Flink Version

1.17

deploy mode

None

What happened

When initializing MySQL table data, there is a duplicate entry issue reported when inserting table t_role_manu data. Compare with data-h2.SQL to fix duplicate entry rows

Error Exception

[23000][1062] Duplicate entry '100107' for key 't_role_menu.PRIMARY'

Screenshots

No response

Are you willing to submit PR?

Code of Conduct