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

[Hotfix][MySQL-CDC] Fix read gbk varchar chinese garbled characters #7046

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

hailin0
Copy link
Member

@hailin0 hailin0 commented Jun 21, 2024

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

@@ -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(
Copy link
Member Author

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 =
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hailin0
Copy link
Member Author

hailin0 commented Jun 21, 2024

image

@hailin0 hailin0 marked this pull request as ready for review June 23, 2024 08:09
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EricJoy2048 EricJoy2048 merged commit 4e4d2b8 into apache:dev Jun 25, 2024
4 checks passed
Thomas-HuWei pushed a commit to zilliztech/seatunnel that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [ZETA] debezium_json Chinese garbled characters
3 participants