-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Hotfix][MySQL-CDC] Fix read gbk varchar chinese garbled characters #7046
Conversation
| @@ -342,44 +334,6 @@ public static SeaTunnelRowType getSplitType( | |||
| return getSplitType(primaryKeys.get(0), dbzConnectorConfig); | |||
| } | |||
|
|
|||
| /** Creates a new {@link MySqlDatabaseSchema} to monitor the latest MySql database schemas. */ | |||
| public static MySqlDatabaseSchema createMySqlDatabaseSchema( | |||
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 duplicate methods
| public class CustomMySqlConnectionConfiguration | ||
| extends MySqlConnection.MySqlConnectionConfiguration { | ||
|
|
||
| protected static final String URL_PATTERN = |
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.
dce5a37
to
626ce8f
Compare
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.
LGTM

Purpose of this pull request
[MySQL-CDC] Fix read gbk varchar chinese garbled characters
Does this PR introduce any user-facing change?
No
How was this patch tested?
Check list
New License Guide
release-note.