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

[Bug] [cdcsource] There are two bugs related to full database synchronization, specifically when handling the time field type in the source database #3867

Open
3 tasks done
617450941 opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working Invalid Invalid

Comments

@617450941
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

There are two bugs related to full database synchronization, specifically when handling the time field type in the source database
1.In the inherited subclass, the initTypeConverterList method does not set the convertTimeType method, resulting in the time type data not being processed.
2.Inside the convertTimeType method, there is also an issue with the data type conversion logic.
98784ccb4ec11b25919c2d988ed85d0
906399c666e44b5eab2a005ababc745
8cee6fb2a3fda24bc72a18c3d9cf107

What you expected to happen

There are two bugs related to full database synchronization, specifically when handling the time field type in the source database
1.In the inherited subclass, the initTypeConverterList method does not set the convertTimeType method, resulting in the time type data not being processed.
2.Inside the convertTimeType method, there is also an issue with the data type conversion logic.

How to reproduce

Create a TIME data type field in the MySQL source database, then use full database synchronization.

Anything else

No response

Version

1.1.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@617450941 617450941 added Bug Something isn't working Waiting for reply Waiting for reply labels Oct 11, 2024
Copy link

Hello @617450941, this issue is about CDC/CDCSOURCE, so I assign it to @aiwenmo. If you have any questions, you can comment and reply.

你好 @617450941, 这个 issue 是关于 CDC/CDCSOURCE 的,所以我把它分配给了 @aiwenmo。如有任何问题,可以评论回复。

@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Oct 21, 2024
Copy link

github-actions bot commented Dec 1, 2024

Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.

你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。

@github-actions github-actions bot added the Invalid Invalid label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Invalid Invalid
Projects
None yet
Development

No branches or pull requests

2 participants