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

[cdc-runtime] Improve DataSinkWriterOperator logic that only emit latest schema for events that are not CreateTableEvent #2771

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

PatrickRen
Copy link
Contributor

This pull request improves DataSinkWriterOperator logic that only emit latest schema for events that are not CreateTableEvent. Otherwise, sink will receive multiple CreateTableEvent for one table, which is unexpected.

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.

+1

@leonardBang leonardBang added this to the V3.0.0 milestone Nov 28, 2023
…est schema for events that are not CreateTableEvent
@PatrickRen PatrickRen force-pushed the fix-sink-operator-emitting-ddl branch from 8e54e46 to 1779923 Compare November 28, 2023 12:57
@PatrickRen PatrickRen merged commit da26c36 into apache:master Nov 29, 2023
e-mhui pushed a commit to e-mhui/flink-cdc-connectors that referenced this pull request Dec 2, 2023
…est schema for events that are not CreateTableEvent (apache#2771)
ChaomingZhangCN pushed a commit to ChaomingZhangCN/flink-cdc that referenced this pull request Jan 13, 2025
…est schema for events that are not CreateTableEvent (apache#2771)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants