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

[FLINK-35243] Extends schema change event types support #3521

Merged
merged 12 commits into from
Aug 19, 2024

Conversation

yuxiqian
Copy link
Contributor

@yuxiqian yuxiqian commented Aug 8, 2024

This PR closes FLINK-35243.

Recreated one since the last PR (#3296) has so many conflicts with master and isn't worth rebasing.

  • Supports DropTableEvent and TruncateTableEvent in pipeline framework

Table / column comment sync has been addressed in #3482.

  • Adds SchemaChangeEventWithPreSchema interface, allowing SchemaRegistry backfilling schema before change payload
  • Adds corresponding test cases

@yuxiqian
Copy link
Contributor Author

yuxiqian commented Aug 8, 2024

Marked it as draft for now, need to add more tests to verify if table-level schema change event works as expected.

@yuxiqian
Copy link
Contributor Author

yuxiqian commented Aug 16, 2024

Rebased & improved test coverage. @leonardBang @ruanhang1993 PTAL

@yuxiqian yuxiqian marked this pull request as ready for review August 16, 2024 09:42
@leonardBang leonardBang self-requested a review August 18, 2024 02:33
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 contribution, I left some general comments

@yuxiqian
Copy link
Contributor Author

Thanks for Leonard's review, I've made the following changes:

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 update, LGTM

@leonardBang
Copy link
Contributor

CI passed, merging...

@leonardBang leonardBang merged commit 78fda8b into apache:master Aug 19, 2024
21 checks passed
qiaozongmi pushed a commit to qiaozongmi/flink-cdc that referenced this pull request Sep 23, 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