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][Jdbc/CDC] Fix postgresql uuid type in jdbc read #6684

Merged
merged 1 commit into from May 9, 2024

Conversation

hailin0
Copy link
Contributor

@hailin0 hailin0 commented Apr 10, 2024

Purpose of this pull request

[Jdbc/CDC] Fix postgresql uuid type in jdbc read

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 April 11, 2024 02:09
@@ -405,4 +409,8 @@ default JdbcConnectionProvider getJdbcConnectionProvider(
JdbcConnectionConfig jdbcConnectionConfig) {
return new SimpleJdbcConnectionProvider(jdbcConnectionConfig);
}

default String convertType(String columnName, String columnType) {
Copy link
Member

Choose a reason for hiding this comment

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

Any comment for this method? I can not get how to use it.

Copy link
Contributor Author

@hailin0 hailin0 Apr 16, 2024

Choose a reason for hiding this comment

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

added docs

Copy link
Contributor

@TaoZex TaoZex left a comment

Choose a reason for hiding this comment

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

+1

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

@hailin0 hailin0 added this to the 2.3.6 milestone May 9, 2024
Copy link
Member

@Carl-Zhou-CN Carl-Zhou-CN left a comment

Choose a reason for hiding this comment

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

+1

@Carl-Zhou-CN Carl-Zhou-CN merged commit 868ba4d into apache:dev May 9, 2024
6 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.

None yet

4 participants