-
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
[Hotfix][Jdbc/CDC] Fix postgresql uuid type in jdbc read #6684
Conversation
...apache/seatunnel/connectors/cdc/base/source/enumerator/splitter/JdbcSourceChunkSplitter.java
Show resolved
Hide resolved
@@ -405,4 +409,8 @@ default JdbcConnectionProvider getJdbcConnectionProvider( | |||
JdbcConnectionConfig jdbcConnectionConfig) { | |||
return new SimpleJdbcConnectionProvider(jdbcConnectionConfig); | |||
} | |||
|
|||
default String convertType(String columnName, String columnType) { |
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.
Any comment for this method? I can not get how to use it.
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.
added docs
3e84437
to
40e598e
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.
+1
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
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.
+1
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
New License Guide
release-note
.