-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[cdc] Bump Flink CDC version & migrate converter utils to Paimon repo #6532
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
Conversation
|
@yunfengzhou-hub I've addressed your comments in latest commits. Would you like to take another look? |
yunfengzhou-hub
left a comment
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.
Thanks for the PR. Left some comments as below.
...ain/java/org/apache/flink/cdc/connectors/base/relational/connection/JdbcConnectionPools.java
Outdated
Show resolved
Hide resolved
...link-cdc/src/main/java/org/apache/paimon/flink/pipeline/cdc/schema/SchemaChangeProvider.java
Outdated
Show resolved
Hide resolved
...c/src/main/java/org/apache/paimon/flink/pipeline/cdc/util/PaimonToFlinkCDCDataConverter.java
Show resolved
Hide resolved
...c/src/main/java/org/apache/paimon/flink/pipeline/cdc/util/PaimonToFlinkCDCDataConverter.java
Show resolved
Hide resolved
...cdc/src/test/java/org/apache/paimon/flink/pipeline/cdc/schema/PaimonMetadataApplierTest.java
Outdated
Show resolved
Hide resolved
...aimon-flink-cdc/src/test/java/org/apache/paimon/flink/pipeline/cdc/util/DataConvertTest.java
Show resolved
Hide resolved
...aimon-flink-cdc/src/test/java/org/apache/paimon/flink/pipeline/cdc/util/DataConvertTest.java
Outdated
Show resolved
Hide resolved
...flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/postgres/PostgresActionUtils.java
Show resolved
Hide resolved
yunfengzhou-hub
left a comment
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.
Thanks for the update. Looks much better for me. Left two minor comments below
...ink-cdc/src/main/java/org/apache/paimon/flink/pipeline/cdc/schema/PaimonMetadataApplier.java
Outdated
Show resolved
Hide resolved
...cdc/src/test/java/org/apache/paimon/flink/pipeline/cdc/schema/PaimonMetadataApplierTest.java
Outdated
Show resolved
Hide resolved
|
+1 |
This is a sequel PR based on @lvyanquan's work in #6358, and should close #4988 and #6357.