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

update events are written to the csv as insert events #9658

Closed
CharlesCheung96 opened this issue Aug 30, 2023 · 3 comments
Closed

update events are written to the csv as insert events #9658

CharlesCheung96 opened this issue Aug 30, 2023 · 3 comments
Labels
affects-6.5 affects-7.1 area/ticdc Issues or PRs related to TiCDC. severity/minor This is a minor bug. type/bug This is a bug.

Comments

@CharlesCheung96
Copy link
Contributor

In upstream, exec a update event:

update sbtest1 set c='test' where id=6;

However, in downstream:

"I","sbtest1","test",6,2503866,"test","59487960480-08453890592-99628797439-16757639138-29377916560"
@CharlesCheung96 CharlesCheung96 added area/ticdc Issues or PRs related to TiCDC. type/enhancement This is a enhancement PR affects-6.5 affects-7.1 labels Aug 30, 2023
@CharlesCheung96
Copy link
Contributor Author

Fixed by #9224

@nongfushanquan
Copy link
Contributor

/close

@ti-chi-bot ti-chi-bot bot closed this as completed Sep 21, 2023
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Sep 21, 2023

@nongfushanquan: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 area/ticdc Issues or PRs related to TiCDC. severity/minor This is a minor bug. type/bug This is a bug.
Development

No branches or pull requests

3 participants