-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Feature] Add tidb datatype convertor #5440
[Feature] Add tidb datatype convertor #5440
Conversation
Shall we add some test case for it? |
If need to add test cases, I can also add, but I don't know how to test this, |
Got it. |
return toSeaTunnelType(mysqlType, dataTypeProperties); | ||
} | ||
|
||
// todo: It's better to wrapper MysqlType to a pojo in ST, since MysqlType doesn't contains |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contains what?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contains properties. This place uses MysqlDataTypeConvertor, so take the annotations too QAQ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Purpose of this pull request
Check list
New License Guide
release-note
.