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

[fix][cdc-base] Flink CDC base registers the identical history engine on multiple tasks #1340

Merged
merged 5 commits into from
Aug 2, 2022

Conversation

fuyun2024
Copy link
Contributor

issues : issues-1130

@fuyun2024 fuyun2024 changed the title Cdc base 1130 [fix][cdc-base] Flink CDC base registers the identical history engine on multiple tasks Jul 3, 2022
@leonardBang leonardBang self-requested a review July 5, 2022 13:12
if (source.schema().fields().stream().anyMatch(r -> SCHEMA_NAME_KEY.equals(r.name()))) {
return source.getString(SCHEMA_NAME_KEY);
}
return null;
Copy link
Contributor

Choose a reason for hiding this comment

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

It is better to add a test for this method

Copy link
Contributor

Choose a reason for hiding this comment

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

I also think we only need changes in this class and add some tests for it. Other changes need to be removed from this PR.

flink-cdc-base/src/test/resources/ddl/inventory.sql Outdated Show resolved Hide resolved
@leonardBang
Copy link
Contributor

Thanks @fuyun2024 for the contribution, could you help rebase this PR to latest master?

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 @fuyun2024 for the contribution, thanks @molsionmo and @molsionmo for the review work, LGTM

@leonardBang leonardBang merged commit 0438416 into apache:master Aug 2, 2022
@fuyun2024 fuyun2024 deleted the cdc-base-1130 branch October 12, 2022 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants