Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix] Remove broken MySQL incremental sources used in tests #3792

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

yuxiqian
Copy link
Contributor

There's a dummy incremental MySQL source in flink-cdc-base test module, but actually it never works since Debezium dependency was updated to 1.9.8. This problem never exposed since test cases of flink-cdc-base never runs during CI.

Since there are already various data sources (MongoDB, Db2, Oracle, Postgres) using this base, a broken mocking source seems no longer necessary and should be removed.

Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>
Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @yuxiqian for the code cleanup, this package is used for framework verification, and it can be deleted safely now

@leonardBang leonardBang merged commit 2e54caf into apache:master Dec 12, 2024
23 of 24 checks passed
yuxiqian added a commit to yuxiqian/flink-cdc that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants