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

[Hotifx][Jdbc] Fix MySQL unsupport 'ZEROFILL' column type #7407

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

hailin0
Copy link
Member

@hailin0 hailin0 commented Aug 14, 2024

Purpose of this pull request

[Jdbc] Fix MySQL unsupport 'ZEROFILL' column type

close #7406

Does this PR introduce any user-facing change?

No

How was this patch tested?

added

Check list

@hailin0 hailin0 marked this pull request as ready for review August 15, 2024 02:05
@nianhua99
Copy link
Contributor

nianhua99 commented Aug 15, 2024

would it be possible to simplify the code by using replace directly to remove ZEROFILL?

@hailin0
Copy link
Member Author

hailin0 commented Aug 16, 2024

would it be possible to simplify the code by using replace directly to remove ZEROFILL?

There is no difference

@wuchunfu wuchunfu merged commit 7130382 into apache:dev Aug 16, 2024
5 checks passed
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] [Jdbc-MySQL] MySQL unsupported convert type 'BIGINT UNSIGNED ZEROFILL'
4 participants