-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Improve][Docs] Refactor MySQL-CDC docs #5302
[Improve][Docs] Refactor MySQL-CDC docs #5302
Conversation
8eaa8f1
to
586f3e4
Compare
@@ -81,18 +85,6 @@ public OptionRule optionRule() { | |||
StopMode.SPECIFIC, | |||
SourceOptions.STOP_SPECIFIC_OFFSET_FILE, | |||
SourceOptions.STOP_SPECIFIC_OFFSET_POS) | |||
.conditional( |
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.
remove unsupport options
@@ -87,9 +92,10 @@ public static SeaTunnelDataType<?> convertFromColumn(Column column) { | |||
case MYSQL_BIT: | |||
return BasicType.BOOLEAN_TYPE; | |||
case MYSQL_TINYINT: | |||
return column.length() == 1 ? BasicType.BOOLEAN_TYPE : BasicType.INT_TYPE; | |||
return BasicType.BYTE_TYPE; |
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.
remove unsupported convert
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.
It came from #5105 , any reason we should remove this? cc @Carl-Zhou-CN
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.
The read data is not converted according to this mapping...
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.
@Hisoka-X fixed
@EricJoy2048 PTAL |
586f3e4
to
4568268
Compare
* [Improve][Docs] Refactor MySQL-CDC docs * Update MySqlTypeUtils.java * Update MySQL-CDC.md
* [Improve][Docs] Refactor MySQL-CDC docs * Update MySqlTypeUtils.java * Update MySQL-CDC.md
* [Improve][Docs] Refactor MySQL-CDC docs * Update MySqlTypeUtils.java * Update MySQL-CDC.md
Purpose of this pull request
Check list
New License Guide
release-note
.